diff options
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-x | embed/print-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c index bc27defcd..600e7a968 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -164,6 +164,7 @@ ephy_print_get_print_info (void) expanded = gnome_vfs_expand_initial_tilde (filename); info->file = g_filename_to_utf8 (expanded, -1, NULL, NULL, NULL); + g_free (expanded); } else { |