Don't leak strings when adding speed dial shortcut

This commit is contained in:
Christian Dywan 2010-10-14 20:26:23 +02:00
parent 0c48667704
commit 72be5942f7

View file

@ -1297,6 +1297,8 @@ midori_browser_add_speed_dial (MidoriBrowser* browser)
} }
g_free (body_fname); g_free (body_fname);
} }
g_free (uri);
g_free (slot_id);
} }