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)
|
if (out_delta_superblock)
|
||||||
*out_delta_superblock = g_steal_pointer (&ret_delta_superblock);
|
*out_delta_superblock = g_steal_pointer (&ret_delta_superblock);
|
||||||
out:
|
out:
|
||||||
|
g_clear_pointer (&target_uri, (GDestroyNotify) soup_uri_free);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue