From 9319c8fe9a88b24f83f422a744f40b1706c22647 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Tue, 16 Nov 2004 15:46:28 +0000 Subject: [PATCH] 2004-11-16 [colin] 0.9.12cvs148.1 * src/procmsg.c Sync with head (Fix the fix) --- ChangeLog-gtk2.claws | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/procmsg.c | 3 ++- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index d6218b355..e5104db3a 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2004-11-16 [colin] 0.9.12cvs148.1 + + * src/procmsg.c + Sync with head (Fix the fix) + 2004-11-16 [colin] 0.9.12cvs147.1 * src/procmsg.c diff --git a/PATCHSETS b/PATCHSETS index 90c036dcc..2f166932f 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -240,3 +240,4 @@ ( cvs diff -u -r 1.382.2.65 -r 1.382.2.66 src/compose.c; ) > 0.9.12cvs146.13.patchset ( cvs diff -u -r 1.382.2.66 -r 1.382.2.67 src/compose.c; ) > 0.9.12cvs146.14.patchset ( cvs diff -u -r 1.150.2.12 -r 1.150.2.13 src/procmsg.c; ) > 0.9.12cvs147.1.patchset +( cvs diff -u -r 1.150.2.13 -r 1.150.2.14 src/procmsg.c; ) > 0.9.12cvs148.1.patchset diff --git a/configure.ac b/configure.ac index d7285d46e..e3735deb0 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=12 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=147 +EXTRA_VERSION=148 EXTRA_RELEASE= EXTRA_GTK2_VERSION=.1 diff --git a/src/procmsg.c b/src/procmsg.c index accc7f233..1803e57b8 100644 --- a/src/procmsg.c +++ b/src/procmsg.c @@ -1146,7 +1146,8 @@ gint procmsg_send_message_queue(const gchar *file) g_free(encrypt_data); return -1; } - + + procmime_mimeinfo_free_all(mimeinfo); rewind(fp); filepos = 0; }