[anjuta/gnome-2-30] subversion: Destroy the command poll when commands are destroyed



commit c44e84cda5a20fa0bfa0cae976a06847beb4309c
Author: Yang Hong <gnomecn gmail com>
Date:   Sat Apr 17 18:53:20 2010 -0700

    subversion: Destroy the command poll when commands are destroyed

 plugins/subversion/svn-command.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/subversion/svn-command.c b/plugins/subversion/svn-command.c
index 03219cb..d2d131a 100644
--- a/plugins/subversion/svn-command.c
+++ b/plugins/subversion/svn-command.c
@@ -541,6 +541,7 @@ svn_command_finalize (GObject *object)
 	self = SVN_COMMAND (object);
 	
 	svn_pool_clear (self->priv->pool);
+	svn_pool_destroy (self->priv->pool);
 	
 	current_message_line = self->priv->info_messages->head;
 	



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