anjuta r4317 - in branches/gnome-2-24: . plugins/profiler
- From: jrliggett svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4317 - in branches/gnome-2-24: . plugins/profiler
- Date: Fri, 3 Oct 2008 22:08:05 +0000 (UTC)
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]