[evolution-patches] Summary leak.
- From: Larry Ewing <lewing ximian com>
- To: Ettore Perazzoli <ettore ximian com>, patches <evolution-patches ximian com>
- Subject: [evolution-patches] Summary leak.
- Date: 13 Jun 2003 10:59:21 -0500
Small leak of the filname in the summary.
--Larry
Index: e-summary.c
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/e-summary.c,v
retrieving revision 1.63
diff -u -p -r1.63 e-summary.c
--- e-summary.c 16 May 2003 17:56:59 -0000 1.63
+++ e-summary.c 13 Jun 2003 15:58:36 -0000
@@ -453,6 +453,7 @@ e_summary_url_requested (GtkHTML *html,
gtk_html_stream_write (stream, img->buffer, img->bufsize);
gtk_html_stream_close (stream, GTK_HTML_STREAM_OK);
+ g_free (filename);
}
static void
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/ChangeLog,v
retrieving revision 1.291
diff -u -p -r1.291 ChangeLog
--- ChangeLog 11 Jun 2003 04:11:13 -0000 1.291
+++ ChangeLog 13 Jun 2003 15:58:36 -0000
@@ -1,3 +1,7 @@
+2003-06-13 Larry Ewing <lewing ximian com>
+
+ * e-summary.c (e_summary_url_requested): free the filename.
+
2003-06-05 Not Zed <NotZed Ximian com>
** For #42691.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]