aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 9a75a8ac6..ff1390704 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -439,6 +439,8 @@ popup_cmd_open_frame (EggAction *action,
ephy_embed_get_location (embed, FALSE, &location);
ephy_embed_load_url (embed, location);
+
+ g_free (location);
}
void