summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-07-22 14:11:25 -0400
committerColin Walters <walters@verbum.org>2014-07-23 07:43:41 -0400
commit3fb44c4c713847059aac22c4c71074e14d11aceb (patch)
treeb4a072567877b9bb3ec79d73943a3951d7f0833c
parente55a953642a9e402f4363f9fa347b6061dd78990 (diff)
gsettingsschema: Close directory
Spotted by static analysis. https://bugzilla.gnome.org/show_bug.cgi?id=733576
-rw-r--r--gio/gsettingsschema.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c
index f643c9f4d..517198b69 100644
--- a/gio/gsettingsschema.c
+++ b/gio/gsettingsschema.c
@@ -697,6 +697,8 @@ parse_into_text_tables (const gchar *directory,
g_free (filename);
}
+
+ g_dir_close (dir);
}
static GHashTable **