]> The Tcpdump Group git mirrors - libpcap/commit
Fix a memory leak found by Miklos Szeredi
authorguy <guy>
Tue, 3 Jul 2001 19:15:47 +0000 (19:15 +0000)
committerguy <guy>
Tue, 3 Jul 2001 19:15:47 +0000 (19:15 +0000)
commitca3fec59647e85e32a11df3b10a7b6120a6465bf
tree834098a069e8c83e9937b77a48365d3d3480bbbd
parentdb2a1d1e5e9d07fbaf16019399b09ec886517f27
Fix a memory leak found by Miklos Szeredi
<[email protected]> - "pcap_ether_aton()" allocates memory
for the MAC address, but we don't free it when we're done with it.

Code inspection revealed that there's a similar problem with
"pcap_ether_hostton()"; fix that as well.
gencode.c
grammar.y