diff options
-rw-r--r-- | libyelp/yelp-uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libyelp/yelp-uri.c b/libyelp/yelp-uri.c index 58d137eb..8e0c414c 100644 --- a/libyelp/yelp-uri.c +++ b/libyelp/yelp-uri.c @@ -463,7 +463,7 @@ resolve_file_uri (YelpUri *uri) static void resolve_file_path (YelpUri *uri) { - YelpUriPrivate *base_priv; + YelpUriPrivate *base_priv = NULL; YelpUriPrivate *priv = GET_PRIV (uri); gchar *path; const gchar *hash = strchr (priv->res_arg, '#'); |