From cfc3302d3c758be31b60d1bf938a07f893c5c1ed Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 06 Nov 2017 17:19:47 -0500 Subject: mq_profiles_new(): Close file creation output stream --- (limited to 'src') 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"); -- cgit v0.9.1