Don't leak strings when adding speed dial shortcut
This commit is contained in:
parent
0c48667704
commit
72be5942f7
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue