From 094ece437d65962cd1c1c76fee614fbc55592423 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 14 Dec 2009 15:57:00 +0000 Subject: [package] busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 (closes: #6354) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18778 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/patches/430-uniq_memleak.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/busybox/patches/430-uniq_memleak.patch (limited to 'package/busybox') diff --git a/package/busybox/patches/430-uniq_memleak.patch b/package/busybox/patches/430-uniq_memleak.patch deleted file mode 100644 index 93f60eb00..000000000 --- a/package/busybox/patches/430-uniq_memleak.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/coreutils/uniq.c -+++ b/coreutils/uniq.c -@@ -82,6 +82,8 @@ int uniq_main(int argc UNUSED_PARAM, cha - - if (!s0 || strncmp(e0, e1, max_chars)) { - break; -+ } else { -+ free(s1); - } - - free((char*)s1); -- cgit v1.2.3