]> The Tcpdump Group git mirrors - tcpdump/commitdiff
tcpdump: plug a memory leak.
authorGuy Harris <[email protected]>
Sun, 5 Feb 2023 20:12:22 +0000 (12:12 -0800)
committerGuy Harris <[email protected]>
Sun, 5 Feb 2023 20:12:22 +0000 (12:12 -0800)
If the -V flag is used, and not all files in the -V file have the same
link-layer type, when the filter is recompiled for a new link-layer
type, the old filter program is leaked.  Free the old filter before
compiling the new filter.


No differences found