diff options
Diffstat (limited to 'embed')
-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 4b11890e8..8a0fe264d 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -230,6 +230,7 @@ ephy_print_get_print_info (void) g_free (converted); } } + g_free (filename); /* fallback */ if (fname == NULL) |