anjuta r4216 - in trunk: . plugins/build-basic-autotools



Author: sgranjoux
Date: Tue Sep  2 17:57:18 2008
New Revision: 4216
URL: http://svn.gnome.org/viewvc/anjuta?rev=4216&view=rev

Log:
	* plugins/build-basic-autotools/plugin.c:
	Fix #550470 - Crash: Executing file through popup menu


Modified:
   trunk/ChangeLog
   trunk/plugins/build-basic-autotools/plugin.c

Modified: trunk/plugins/build-basic-autotools/plugin.c
==============================================================================
--- trunk/plugins/build-basic-autotools/plugin.c	(original)
+++ trunk/plugins/build-basic-autotools/plugin.c	Tue Sep  2 17:57:18 2008
@@ -3043,7 +3043,7 @@
 {
 	gchar* uri = g_file_get_uri (file);
 	ianjuta_buildable_execute (IANJUTA_BUILDABLE (manager), uri, NULL);
-	g_free(file);
+	g_free(uri);
 }
 
 static GFile*



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