[epiphany/wip/sync-rebase: 46/86] sync-crypto: Free SoupUri
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/sync-rebase: 46/86] sync-crypto: Free SoupUri
- Date: Fri, 7 Oct 2016 22:52:35 +0000 (UTC)
commit 4e289d05ec4d1037f21f349e6e5ecf5577ba6cff
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Thu Jul 28 19:27:11 2016 +0300
sync-crypto: Free SoupUri
src/ephy-sync-crypto.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-sync-crypto.c b/src/ephy-sync-crypto.c
index 358f8d7..10516c5 100644
--- a/src/ephy-sync-crypto.c
+++ b/src/ephy-sync-crypto.c
@@ -879,6 +879,8 @@ ephy_sync_crypto_compute_hawk_header (const gchar *url,
header = append_token_to_header (header, "dlg", artifacts->dlg);
}
+ soup_uri_free (uri);
+
return ephy_sync_crypto_hawk_header_new (header, artifacts);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]