Don't free opt because it is inserted into the hash table as-is

This commit is contained in:
Alexander Butenko 2009-11-30 22:04:32 +01:00 committed by Christian Dywan
parent 88778948ea
commit a64a583c4a

View file

@ -805,7 +805,6 @@ adblock_add_url_pattern (gchar* format,
g_free (patt); g_free (patt);
g_free (fixed_patt); g_free (fixed_patt);
g_free (format_patt); g_free (format_patt);
g_free (opts);
} }
static void static void