Free the bpf descriptor array after we are done with it. This probably isnt

that critical as the program exits after this point anyway, but this may
not always be the case.
This commit is contained in:
csjp 2005-09-07 19:28:01 +00:00
parent aab5eef515
commit 092230593a

View File

@ -116,4 +116,5 @@ bpf_stats(char *interface)
d->bd_slen, d->bd_hlen, pname);
free(pname);
}
free(bd);
}