1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Merge remote-tracking branch 'jubalh/resleak'

This commit is contained in:
James Booth 2015-10-26 20:50:51 +00:00
commit 2f68063aca

View File

@ -63,6 +63,7 @@ void load_preferences(void **state)
if (f) { if (f) {
prefs_load(); prefs_load();
} }
fclose(f);
} }
void close_preferences(void **state) void close_preferences(void **state)