diff options
author | James Booth <boothj5@gmail.com> | 2015-10-26 20:50:51 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-26 20:50:51 +0000 |
commit | 2f68063acab73bffd6d9a127fd5d9371e16d89be (patch) | |
tree | 077dfc8290e8f75e063d452fbb44cd148ad171b2 | |
parent | ab9bdffab6bf294be218f60d7a2b3db99d56ca9b (diff) | |
parent | 9b5cdf8ebd94702995ea023d5614fe6efcc7abca (diff) | |
download | profani-tty-2f68063acab73bffd6d9a127fd5d9371e16d89be.tar.gz |
Merge remote-tracking branch 'jubalh/resleak'
-rw-r--r-- | tests/unittests/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/helpers.c b/tests/unittests/helpers.c index 564b2716..9cabb1e4 100644 --- a/tests/unittests/helpers.c +++ b/tests/unittests/helpers.c @@ -63,6 +63,7 @@ void load_preferences(void **state) if (f) { prefs_load(); } + fclose(f); } void close_preferences(void **state) |