aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 8ab797c55..42ce69a24 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -95,6 +95,8 @@ window_cmd_file_print_preview (GtkAction *action,
ephy_embed_print (embed, info);
+ ephy_print_info_free (info);
+
ephy_window_set_print_preview (window, TRUE);
}