summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-06 01:03:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-06 01:03:53 +0000
commit8785e41158918c4bd966e7f43947865e462cabf7 (patch)
tree881114981e17cea2a024abc2a6d3d52cb5ac8560 /package/busybox/patches
parente5ab7e8a449f5f7c23a9e410ae9e21983fe39b1e (diff)
remove memleak patch because of issues with premature freeing of memory - i will try to reduce the memory usage in a different way
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10122 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches')
-rw-r--r--package/busybox/patches/522-memleak.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package/busybox/patches/522-memleak.patch b/package/busybox/patches/522-memleak.patch
deleted file mode 100644
index 1bcfb8f40..000000000
--- a/package/busybox/patches/522-memleak.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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
-+++ busybox-1.8.2/archival/libipkg/pkg.c 2007-12-30 00:27:34.426057709 +0100
-@@ -1668,6 +1668,7 @@
- // ipkg_message(conf, IPKG_DEBUG2, "pkg %s: file=%s\n", pkg->name, installed_file);
- file_hash_set_file_owner(conf, installed_file, pkg);
- }
-+ pkg_free_installed_files(pkg);
- }
- pkg_vec_free(installed_pkgs);
-