From: guy Date: Sun, 15 Jul 2007 19:53:54 +0000 (+0000) Subject: So far, two people have submitted patches to "fix" the "memory leak" in X-Git-Tag: libpcap-1.1.0~461 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/1e678955adb872e9470c730862c1720b27f371cc?hp=1e678955adb872e9470c730862c1720b27f371cc So far, two people have submitted patches to "fix" the "memory leak" in icode_to_fcode() by having it free the bpf_insn array before returning a pointer to it. Add a comment to icode_to_fcode() explaining why this is not a leak in icode_to_fcode(), it's a leak in their program, and indicating how to fix the leak. ---