gnome-panel r11411 - in trunk/gnome-panel: . libpanel-util



Author: vuntz
Date: Wed Dec 10 23:58:37 2008
New Revision: 11411
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11411&view=rev

Log:
2008-12-11  Vincent Untz  <vuntz gnome org>

	* libpanel-util/panel-show.c: (panel_show_help): plug leak


Modified:
   trunk/gnome-panel/ChangeLog
   trunk/gnome-panel/libpanel-util/panel-show.c

Modified: trunk/gnome-panel/libpanel-util/panel-show.c
==============================================================================
--- trunk/gnome-panel/libpanel-util/panel-show.c	(original)
+++ trunk/gnome-panel/libpanel-util/panel-show.c	Wed Dec 10 23:58:37 2008
@@ -286,5 +286,7 @@
 
 	gtk_show_uri (screen, uri, gtk_get_current_event_time (), &local_error);
 
+	g_free (uri);
+
 	return _panel_show_help_handle_error (doc, screen, local_error, error);
 }



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