pull: Fix a memory leak
This commit is contained in:
parent
a98ca05676
commit
d5a1f1deda
|
|
@ -58,6 +58,7 @@ pending_uri_free (OstreeFetcherPendingURI *pending)
|
||||||
if (pending->refcount > 0)
|
if (pending->refcount > 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
soup_uri_free (pending->uri);
|
||||||
g_clear_object (&pending->self);
|
g_clear_object (&pending->self);
|
||||||
g_clear_object (&pending->tmpfile);
|
g_clear_object (&pending->tmpfile);
|
||||||
g_clear_object (&pending->request);
|
g_clear_object (&pending->request);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue