[anjuta/git-shell] git: Don't unref some GFiles twice in the ref command



commit 39070a656d4b21fe53d45fec67691ca708e1bacf
Author: James Liggett <jrliggett cox net>
Date:   Sun Sep 19 16:45:56 2010 -0700

    git: Don't unref some GFiles twice in the ref command

 plugins/git/git-ref-command.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-ref-command.c b/plugins/git/git-ref-command.c
index 23c3d67..2a6eb28 100644
--- a/plugins/git/git-ref-command.c
+++ b/plugins/git/git-ref-command.c
@@ -365,7 +365,6 @@ git_ref_command_start_automatic_monitor (AnjutaCommand *command)
 	g_free (git_branches_path);
 	g_free (git_tags_path);
 	g_free (git_remotes_path);
-	g_object_unref (remotes_file);
 	g_object_unref (remotes_enumerator);
 	
 	return TRUE;



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