busybox: remove uniq memleak patch, applet was fixed upstream in v1.15.2 (closes...
authorNicolas Thill <nico@openwrt.org>
Mon, 14 Dec 2009 15:57:00 +0000 (15:57 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 14 Dec 2009 15:57:00 +0000 (15:57 +0000)
SVN-Revision: 18778

package/busybox/patches/430-uniq_memleak.patch [deleted file]

diff --git a/package/busybox/patches/430-uniq_memleak.patch b/package/busybox/patches/430-uniq_memleak.patch
deleted file mode 100644 (file)
index 93f60eb..0000000
+++ /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);