aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-session.c')
-rw-r--r--src/ephy-session.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c
index 3439357e9..a31d91302 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -516,6 +516,9 @@ ephy_session_save (EphySession *session,
writer = xmlNewTextWriterFilename (tmp_file, 0);
if (writer == NULL)
{
+ g_free (save_to);
+ g_free (tmp_file);
+
return FALSE;
}