diff --git a/src/ostree/ostree-fetcher.c b/src/ostree/ostree-fetcher.c index 0624aae6..c1239cba 100644 --- a/src/ostree/ostree-fetcher.c +++ b/src/ostree/ostree-fetcher.c @@ -58,6 +58,7 @@ pending_uri_free (OstreeFetcherPendingURI *pending) if (pending->refcount > 0) return; + soup_uri_free (pending->uri); g_clear_object (&pending->self); g_clear_object (&pending->tmpfile); g_clear_object (&pending->request);