Skip to content
Snippets Groups Projects
Commit f002d13e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

restore old memleak fix

SVN-Revision: 10092
parent ea8a6fd2
No related branches found
No related tags found
No related merge requests found
Index: busybox-1.8.2/archival/libipkg/ipkg_install.c
===================================================================
--- busybox-1.8.2.orig/archival/libipkg/ipkg_install.c 2007-12-30 00:02:53.577161007 +0100
+++ busybox-1.8.2/archival/libipkg/ipkg_install.c 2007-12-30 00:03:14.042327251 +0100
@@ -500,6 +500,7 @@
}
}
}
+ pkg_free_installed_files(new_pkg);
return 0;
}
Index: busybox-1.8.2/archival/libipkg/pkg.c Index: busybox-1.8.2/archival/libipkg/pkg.c
=================================================================== ===================================================================
--- busybox-1.8.2.orig/archival/libipkg/pkg.c 2007-12-30 00:27:32.001919565 +0100 --- busybox-1.8.2.orig/archival/libipkg/pkg.c 2007-12-30 00:27:32.001919565 +0100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment