[anjuta/git-shell] git: Unref the tag list command on plugin deactivation
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/git-shell] git: Unref the tag list command on plugin deactivation
- Date: Wed, 28 Jul 2010 07:52:10 +0000 (UTC)
commit 1c24daec122c3bb45f4126d2b69d9ed4f00a03b2
Author: James Liggett <jrliggett cox net>
Date: Sun Jul 25 18:13:10 2010 -0700
git: Unref the tag list command on plugin deactivation
plugins/git/plugin.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/git/plugin.c b/plugins/git/plugin.c
index 109b30c..f6ff334 100644
--- a/plugins/git/plugin.c
+++ b/plugins/git/plugin.c
@@ -582,6 +582,7 @@ git_deactivate_plugin (AnjutaPlugin *plugin)
g_object_unref (git_plugin->commit_status_command);
g_object_unref (git_plugin->not_updated_status_command);
g_object_unref (git_plugin->remote_list_command);
+ g_object_unref (git_plugin->tag_list_command);
g_object_unref (git_plugin->stash_list_command);
g_free (git_plugin->project_root_directory);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]