Free the memory allocated to trackbuf before exiting, it might fix a potential
authorMarcelo Araujo <araujo@FreeBSD.org>
Wed, 3 May 2017 13:57:31 +0000 (13:57 +0000)
committerMarcelo Araujo <araujo@FreeBSD.org>
Wed, 3 May 2017 13:57:31 +0000 (13:57 +0000)
commit049e1954049db9ad2df9b4890919a5aa2b70f1fd
tree96aa3ad14b5d3029f89244c88a8e34046d82bfa7
parent83fd8885c47045196152f13d5df0826f91dde4ba
Free the memory allocated to trackbuf before exiting, it might fix a potential
memory leak.

Submitted by: trix@juniper.net
MFC after: 2 weeks.
Differential Revision: https://reviews.freebsd.org/D9856
usr.sbin/fdread/fdread.c