summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/522-memleak.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-03 02:25:16 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-03 02:25:16 +0000
commit5d9c91b9de244e7e6d2137b0dd86f876008cb355 (patch)
tree13516fdc21688dc557045a329e7f61166ba68707 /package/busybox/patches/522-memleak.patch
parentbd0ff1d1fdecceae0739a5a777882b6bcc085757 (diff)
fix ipkg segfault and add conffiles patch from #2946
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10090 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/522-memleak.patch')
-rw-r--r--package/busybox/patches/522-memleak.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/patches/522-memleak.patch b/package/busybox/patches/522-memleak.patch
index 1bcfb8f40..ab639c59b 100644
--- a/package/busybox/patches/522-memleak.patch
+++ b/package/busybox/patches/522-memleak.patch
@@ -1,15 +1,3 @@
-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