1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:14:05 +02:00

restore old memleak fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10092 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-01-03 17:07:55 +00:00
parent a806f32c7a
commit 996064f4d4

View File

@ -1,3 +1,15 @@
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
===================================================================
--- busybox-1.8.2.orig/archival/libipkg/pkg.c 2007-12-30 00:27:32.001919565 +0100