pull: Fix leaked uri in request_static_delta_superblock_sync

Closes: #333
Approved by: giuseppe
This commit is contained in:
Alexander Larsson 2016-06-10 12:12:58 +02:00 committed by Atomic Bot
parent 785f894de1
commit c9c4ab851e

View File

@ -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;
}