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

commit 72be5942f7b5bebb891514038065c434fcda2f83
Author: Christian Dywan <[email protected]>
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);
 }
 
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to