[Xfce4-commits] <midori:master> Don't leak strings when adding speed dial shortcut

Christian Dywan noreply at xfce.org
Thu Oct 14 21:18:01 CEST 2010


Updating branch refs/heads/master
         to 72be5942f7b5bebb891514038065c434fcda2f83 (commit)
       from 0c48667704ff4447efe20a840830d87ba0ff36ec (commit)

commit 72be5942f7b5bebb891514038065c434fcda2f83
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Oct 14 20:26:23 2010 +0200

    Don't leak strings when adding speed dial shortcut

 midori/midori-browser.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 4b6f18d..9059053 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -1297,6 +1297,8 @@ midori_browser_add_speed_dial (MidoriBrowser* browser)
         }
         g_free (body_fname);
     }
+    g_free (uri);
+    g_free (slot_id);
 }
 
 



More information about the Xfce4-commits mailing list