do not download kernel sources when using an external kernel tree
[librecmc/librecmc.git] / package / busybox / patches / 430-uniq_memleak.patch
index 48127a57ce52212d2201c389c89f6deb79b7e4f0..93f60eb004ed77c6918708667729c58eb967c516 100644 (file)
@@ -8,4 +8,4 @@
 +                              free(s1);
                        }
  
-                       ++dups;  /* note: testing for overflow seems excessive. */
+                       free((char*)s1);