]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/test/test-clock.c
test-clock: fix FILE* leak 2769/head
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 29 Feb 2016 16:40:08 +0000 (17:40 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 29 Feb 2016 16:40:08 +0000 (17:40 +0100)
commit07edd3b9e5855332a02ef7b91602c93aa12c1fd1
treee989deef8256be7d039a78c74d5b47b5b0d9f3ac
parentd69d951b11e80dbcc7f62938951832638119bdd9
test-clock: fix FILE* leak

Close the FILE* instead of the underlying fd.
src/test/test-clock.c