set mimeinfo->name to NULL after g_free to
avoid double freeing with g_free
+2002-10-15 [christoph] 0.8.5claws38
+
+ * src/procmime.c
+ set mimeinfo->name to NULL after g_free to
+ avoid double freeing with g_free
+
2002-10-14 [christoph] 0.8.5claws37
* src/compose.c
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws37
+EXTRA_VERSION=claws38
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
Xalloca(tmp, blen, return);
conv_unmime_header(tmp, blen, buf, NULL);
g_free(mimeinfo->name);
+ mimeinfo->name = NULL;
/*pgp signatures should NOT have a name */
if (mimeinfo->content_type
&& strcasecmp(mimeinfo->content_type, "application/pgp-signature"))