From: Alexander Butenko Date: Mon, 30 Nov 2009 21:04:32 +0000 (+0100) Subject: Don't free opt because it is inserted into the hash table as-is X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64a583c4ac6f429135a14ad5eedcad16743af27;p=midori Don't free opt because it is inserted into the hash table as-is --- diff --git a/extensions/adblock.c b/extensions/adblock.c index 878d60d4..50b0db4a 100644 --- a/extensions/adblock.c +++ b/extensions/adblock.c @@ -805,7 +805,6 @@ adblock_add_url_pattern (gchar* format, g_free (patt); g_free (fixed_patt); g_free (format_patt); - g_free (opts); } static void