Don't free opt because it is inserted into the hash table as-is
This commit is contained in:
parent
88778948ea
commit
a64a583c4a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue