csjp 2005-09-07 19:28:01 UTC FreeBSD src repository Modified files: usr.bin/netstat bpf.c Log: 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. Revision Changes Path 1.2 +1 -0 src/usr.bin/netstat/bpf.c