[epiphany/wip/ephy-sync] sync-crypto: Free SoupUri



commit 6d71418c91054398787809cd2f5cb69ea59054f5
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]