[Xfce4-commits] <midori:master> Do not free the SoupURI obtained from soup_message_get_uri
Christian Dywan
noreply at xfce.org
Wed Dec 2 02:44:01 CET 2009
Updating branch refs/heads/master
to 27e28080b8feed251e48008973ae5930161d6663 (commit)
from aa5b5850c0637ad19ab8ffed6437a6e7e9ec033c (commit)
commit 27e28080b8feed251e48008973ae5930161d6663
Author: Alexander Butenko <a.butenka at gmail.com>
Date: Tue Dec 1 22:35:28 2009 +0100
Do not free the SoupURI obtained from soup_message_get_uri
extensions/adblock.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/extensions/adblock.c b/extensions/adblock.c
index 50b0db4..df90650 100644
--- a/extensions/adblock.c
+++ b/extensions/adblock.c
@@ -662,7 +662,6 @@ adblock_session_request_queued_cb (SoupSession* session,
data.query = g_strdup_printf ("%s?%s", soup_uri->path, soup_uri->query);
else
data.query = g_strdup (soup_uri->path);
- soup_uri_free (soup_uri);
data.uri = uri;
page_uri = NULL; /* FIXME */
More information about the Xfce4-commits
mailing list