]> spindle.queued.net Git - midori/commitdiff
Don't leak strings when adding speed dial shortcut
authorChristian Dywan <christian@twotoasts.de>
Thu, 14 Oct 2010 18:26:23 +0000 (20:26 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 14 Oct 2010 19:07:55 +0000 (21:07 +0200)
midori/midori-browser.c

index 4b6f18d685e5e5af8480aa0f2826effe54d59df4..9059053e9540caade3fde6ba657df27cb6d6dc51 100644 (file)
@@ -1297,6 +1297,8 @@ midori_browser_add_speed_dial (MidoriBrowser* browser)
         }
         g_free (body_fname);
     }
+    g_free (uri);
+    g_free (slot_id);
 }