2004-11-16 [colin] 0.9.12cvs148.1
authorColin Leroy <colin@colino.net>
Tue, 16 Nov 2004 15:46:28 +0000 (15:46 +0000)
committerColin Leroy <colin@colino.net>
Tue, 16 Nov 2004 15:46:28 +0000 (15:46 +0000)
* src/procmsg.c
Sync with head (Fix the fix)

ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/procmsg.c

index d6218b3555f49a3b26fdcce84b8f29d5d442b100..e5104db3a8d2f6243c1ab09eee077ad6f1dc2bf8 100644 (file)
@@ -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
index 90c036dcc0da50ee704945e8de54f117100a2dfc..2f166932fc7e522fe0ea6f59cb5f124db40ec131 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index d7285d46e43fb60c0e63ac9837f2dfeb85e23c59..e3735deb0b8f74fa9c2e11c7e15a905a9b6ba459 100644 (file)
@@ -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
 
index accc7f2335ca832145a8f7372321945b76bdf0eb..1803e57b8a6a4cb6435a31425344d03375b7fc79 100644 (file)
@@ -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;
        }