diff options
Diffstat (limited to 'embed/ephy-embed-popup.c')
-rw-r--r-- | embed/ephy-embed-popup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed-popup.c b/embed/ephy-embed-popup.c index e66678714..d7dfc955a 100644 --- a/embed/ephy-embed-popup.c +++ b/embed/ephy-embed-popup.c @@ -607,6 +607,8 @@ embed_popup_open_frame_cmd (BonoboUIComponent *uic, FALSE, &location); ephy_embed_load_url (popup->priv->embed, location); + + g_free (location); } static void |