aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/522-memleak.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-03 02:25:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-03 02:25:16 +0000
commit3e64a8c618bb9886c214ab2ec5c267bfb880fdad (patch)
tree9a09bd69bea7eaa3352066a8c9a6117d6bc650a0 /package/busybox/patches/522-memleak.patch
parent418f0e9c10a32a453638d03497ffa9fb14ea1a22 (diff)
downloadupstream-3e64a8c618bb9886c214ab2ec5c267bfb880fdad.tar.gz
upstream-3e64a8c618bb9886c214ab2ec5c267bfb880fdad.tar.bz2
upstream-3e64a8c618bb9886c214ab2ec5c267bfb880fdad.zip
fix ipkg segfault and add conffiles patch from #2946
SVN-Revision: 10090
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 1bcfb8f408..ab639c59bf 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