mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-22 06:50:47 +03:00
pull: Fix leaked uri in request_static_delta_superblock_sync
Closes: #333 Approved by: giuseppe
This commit is contained in:
parent
785f894de1
commit
c9c4ab851e
@ -1458,6 +1458,7 @@ request_static_delta_superblock_sync (OtPullData *pull_data,
|
||||
if (out_delta_superblock)
|
||||
*out_delta_superblock = g_steal_pointer (&ret_delta_superblock);
|
||||
out:
|
||||
g_clear_pointer (&target_uri, (GDestroyNotify) soup_uri_free);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user