[anjuta/git-shell: 302/373] subversion: Destroy the command poll when commands are destroyed
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/git-shell: 302/373] subversion: Destroy the command poll when commands are destroyed
- Date: Tue, 11 May 2010 21:56:03 +0000 (UTC)
commit 80537bc3965bd6fa7d8fbfe422c1f38642f27510
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]