summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libyelp/yelp-uri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libyelp/yelp-uri.c b/libyelp/yelp-uri.c
index 7425f25c..317beead 100644
--- a/libyelp/yelp-uri.c
+++ b/libyelp/yelp-uri.c
@@ -605,6 +605,8 @@ resolve_file_path (YelpUri *uri)
else {
priv->gfile = g_file_resolve_relative_path (base_priv->gfile, path);
}
+
+ g_object_unref (info);
}
else {
gchar *cur;