mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-25 10:04:14 +03:00
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)
|
||||
return;
|
||||
|
||||
soup_uri_free (pending->uri);
|
||||
g_clear_object (&pending->self);
|
||||
g_clear_object (&pending->tmpfile);
|
||||
g_clear_object (&pending->request);
|
||||
|
Loading…
x
Reference in New Issue
Block a user