From: Alexander Butenko Date: Tue, 1 Dec 2009 21:35:28 +0000 (+0100) Subject: Do not free the SoupURI obtained from soup_message_get_uri X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e28080b8feed251e48008973ae5930161d6663;p=midori Do not free the SoupURI obtained from soup_message_get_uri --- diff --git a/extensions/adblock.c b/extensions/adblock.c index 50b0db4a..df906502 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 */