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:
Christian S.J. Peron 2005-09-07 19:28:01 +00:00
parent 5dbd2da153
commit 48d91509de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149867

View File

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