Then again in imap/lmtpengine.c:
1377 rset: 1378 if(msg->data) prot_free(msg->data); 1379 if (msg) msg_free(msg); 1380 msg_new(&msg); 1381 1382 continue; 1383 } 1384 goto syntaxerr;
I added line 1378 and again I do not know if it was correct.
Sorry for replying to myself but I no know that this of course was not correct! It is done in msg_free() as I saw right after I posted the last message.... Are the other calls to prot_free also incorrect ?