diff options
Diffstat (limited to 'libyelp/yelp-uri.c')
-rw-r--r-- | libyelp/yelp-uri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libyelp/yelp-uri.c b/libyelp/yelp-uri.c index f20b167e..123983cb 100644 --- a/libyelp/yelp-uri.c +++ b/libyelp/yelp-uri.c @@ -720,6 +720,7 @@ resolve_data_dirs (YelpUri *ret, else { priv->gfile = g_file_new_for_path (filename); priv->search_path = searchpath; + g_free (filename); } } |