summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-22 13:36:25 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-22 13:36:25 +0000
commitf9a48fb5e46c387e87c190fc62046e732e776b94 (patch)
treeac839b4f89d7cb09e2193190251684b904eabcac /src/util.c
parent935c6cc0529ae5bd284d3f4e9030c04e3ecddd6a (diff)
handle multiple files via libunique, also use the more reliable get_uris() in libunique
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index 1ad04c5..077568d 100644
--- a/src/util.c
+++ b/src/util.c
@@ -123,6 +123,7 @@ gboolean gconf_client_get_bool_or_true(GConfClient * gconf, gchar * key)
g_error_free(error);
} else if (value) {
ret = gconf_value_get_bool(value);
+ gconf_value_free(value);
}
return ret;
}