gnumeric r16920 - trunk/src/dialogs



Author: mortenw
Date: Thu Oct 23 17:55:58 2008
New Revision: 16920
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16920&view=rev

Log:
2008-10-23  Morten Welinder  <terra gnome org>

	* dialog-quit.c (url_renderer_func): Plug leak.



Modified:
   trunk/src/dialogs/ChangeLog
   trunk/src/dialogs/dialog-quit.c

Modified: trunk/src/dialogs/dialog-quit.c
==============================================================================
--- trunk/src/dialogs/dialog-quit.c	(original)
+++ trunk/src/dialogs/dialog-quit.c	Thu Oct 23 17:55:58 2008
@@ -82,6 +82,7 @@
 	g_object_set (cell, "markup", markup, NULL);
 	g_free (markup);
 	g_free (shortname);
+	g_free (filename);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]