chiark / gitweb /
test: fix mem-leak in fdopen() test
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 11 Sep 2014 15:37:30 +0000 (17:37 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 11 Sep 2014 15:39:17 +0000 (17:39 +0200)
We must free FILE* after function return to not leak resources. Note that
this also closes our fd as fdopen() takes ownership of it.
Reported by Philippe De Swert (via coverity).


No differences found