anjuta r4317 - in branches/gnome-2-24: . plugins/profiler



Author: jrliggett
Date: Fri Oct  3 22:08:05 2008
New Revision: 4317
URL: http://svn.gnome.org/viewvc/anjuta?rev=4317&view=rev

Log:
	* plugins/profiler/plugin.c (ifile_open):
	Fix a wrong g_free call.
	
	Spotted by Yuriy Penkin <yuriy penkin gmail com>

Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/plugins/profiler/plugin.c

Modified: branches/gnome-2-24/plugins/profiler/plugin.c
==============================================================================
--- branches/gnome-2-24/plugins/profiler/plugin.c	(original)
+++ branches/gnome-2-24/plugins/profiler/plugin.c	Fri Oct  3 22:08:05 2008
@@ -971,7 +971,8 @@
 	
 	if (profiler_get_data (profiler))
 		gprof_view_manager_refresh_views (profiler->view_manager);
-	g_free (file);
+	
+	g_free (uri);
 }
 
 static GFile*



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