]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl.c
systemctl: fix a FILE* leak
authorMichal Schmidt <mschmidt@redhat.com>
Mon, 13 Jun 2011 12:19:53 +0000 (14:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 Jun 2011 19:59:14 +0000 (21:59 +0200)
commitb647f10da7c7e737ad8f5193cb1ca5dc3c2b5d45
treed4c6c39ae77dce4eb6a91d5438d6891e589b4ff8
parentb77398f7a05aa313cebcea81e9381833bede2d61
systemctl: fix a FILE* leak

In practice it does not really matter, but let's be nice and close the
file.
src/systemctl.c