anjuta r4908 - in trunk: . plugins/git
- From: jrliggett svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4908 - in trunk: . plugins/git
- Date: Sun, 29 Mar 2009 06:28:29 +0000 (UTC)
Author: jrliggett
Date: Sun Mar 29 06:28:29 2009
New Revision: 4908
URL: http://svn.gnome.org/viewvc/anjuta?rev=4908&view=rev
Log:
* plugins/git/git-vcs-interface.c (on_status_command_data_arrived):
Fix an object leak.
Modified:
trunk/ChangeLog
trunk/plugins/git/git-vcs-interface.c
Modified: trunk/plugins/git/git-vcs-interface.c
==============================================================================
--- trunk/plugins/git/git-vcs-interface.c (original)
+++ trunk/plugins/git/git-vcs-interface.c Sun Mar 29 06:28:29 2009
@@ -179,10 +179,9 @@
callback (file,
git_status_get_vcs_status (status),
g_object_get_data (G_OBJECT (command), "user-data"));
-
- g_object_unref (file);
}
+ g_object_unref (file);
g_object_unref (status);
g_free (status_relative_path);
g_free (path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]