summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-06 17:19:47 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-06 17:20:41 (EST)
commitcfc3302d3c758be31b60d1bf938a07f893c5c1ed (patch)
tree10693895ec08f986ec17b2da4f9c788b8e7af5c0 /src/config
parent998dbcd0d62895ad1e83d1247b011b64a504dc94 (diff)
downloadmarquee-cfc3302d3c758be31b60d1bf938a07f893c5c1ed.zip
marquee-cfc3302d3c758be31b60d1bf938a07f893c5c1ed.tar.gz
marquee-cfc3302d3c758be31b60d1bf938a07f893c5c1ed.tar.bz2
mq_profiles_new(): Close file creation output stream
Diffstat (limited to 'src/config')
-rw-r--r--src/config/profiles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/profiles.c b/src/config/profiles.c
index 53ab6dd..0c561ce 100644
--- a/src/config/profiles.c
+++ b/src/config/profiles.c
@@ -52,6 +52,7 @@ create(MqProfiles *profiles)
if (!stream) {
return FALSE;
}
+ g_object_unref(stream);
default_profile = mq_profiles_insert(profiles, "Default", "#0000ff");
private_profile = mq_profiles_insert(profiles, "Private", "#6060a0");