[evolution-data-server] Bug 656490 - imapx: Memory leak of stream tokenbuf
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 656490 - imapx: Memory leak of stream tokenbuf
- Date: Sun, 14 Aug 2011 00:12:35 +0000 (UTC)
commit 51ebadee128158e7d73dc8e29fd6e67ae229b7a0
Author: David Woodhouse <David Woodhouse intel com>
Date: Sun Aug 14 01:10:58 2011 +0100
Bug 656490 - imapx: Memory leak of stream tokenbuf
camel/providers/imapx/camel-imapx-stream.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-stream.c b/camel/providers/imapx/camel-imapx-stream.c
index 43dd31d..72b0888 100644
--- a/camel/providers/imapx/camel-imapx-stream.c
+++ b/camel/providers/imapx/camel-imapx-stream.c
@@ -101,6 +101,7 @@ imapx_stream_finalize (GObject *object)
CamelIMAPXStream *stream = CAMEL_IMAPX_STREAM (object);
g_free (stream->buf);
+ g_free (stream->tokenbuf);
/* Chain up to parent's finalize() method. */
G_OBJECT_CLASS (camel_imapx_stream_parent_class)->finalize (object);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]