[anjuta] subversion: Destroy the command poll when commands are destroyed
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] subversion: Destroy the command poll when commands are destroyed
- Date: Sun, 18 Apr 2010 01:56:42 +0000 (UTC)
commit 1f6c2830674de926e6cd9afba85cefd30b6dbaeb
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]