aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xembed/print-dialog.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74d2effb8..07b7e4aae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-10 Jean-François Rameau <jframeau@cvs.gnome.org>
+
+ * embed/print-dialog.c: (ephy_print_get_print_info):
+
+ Fix a mem leak.
+
2005-01-10 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
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)