anjuta r4316 - in trunk: . plugins/profiler



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

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

Modified:
   trunk/ChangeLog
   trunk/plugins/profiler/plugin.c

Modified: trunk/plugins/profiler/plugin.c
==============================================================================
--- trunk/plugins/profiler/plugin.c	(original)
+++ trunk/plugins/profiler/plugin.c	Fri Oct  3 21:57:22 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]