diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-01 02:15:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-01 02:15:53 +0800 |
commit | 487820792d4151d60e0a33a25ee155570e864d04 (patch) | |
tree | f70c0dc556a538d093c0f5ef4276ee6e5edf895f /embed/print-dialog.c | |
parent | 473d7c4722c6561df27bf5d396905aae407a892d (diff) | |
download | gsoc2013-epiphany-487820792d4151d60e0a33a25ee155570e864d04.tar gsoc2013-epiphany-487820792d4151d60e0a33a25ee155570e864d04.tar.gz gsoc2013-epiphany-487820792d4151d60e0a33a25ee155570e864d04.tar.bz2 gsoc2013-epiphany-487820792d4151d60e0a33a25ee155570e864d04.tar.lz gsoc2013-epiphany-487820792d4151d60e0a33a25ee155570e864d04.tar.xz gsoc2013-epiphany-487820792d4151d60e0a33a25ee155570e864d04.tar.zst gsoc2013-epiphany-487820792d4151d60e0a33a25ee155570e864d04.zip |
Fix mem leaks.
2003-12-31 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
* embed/print-dialog.c: (ephy_print_get_print_info):
Fix mem leaks.
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 { |