[Xfce4-commits] <midori:master> Don't free opt because it is inserted into the hash table as-is

Christian Dywan noreply at xfce.org
Mon Nov 30 22:08:01 CET 2009


Updating branch refs/heads/master
         to a64a583c4ac6f429135a14ad5eedcad16743af27 (commit)
       from 88778948ead188a2c731404b2796f8b084b762e1 (commit)

commit a64a583c4ac6f429135a14ad5eedcad16743af27
Author: Alexander Butenko <a.butenka at gmail.com>
Date:   Mon Nov 30 22:04:32 2009 +0100

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

 extensions/adblock.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/extensions/adblock.c b/extensions/adblock.c
index 878d60d..50b0db4 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



More information about the Xfce4-commits mailing list