X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=d6633fb564799bc3051fa614a021b95c9b663c54;hp=6dcf95fb01d8e716b509300a3e0cba74a709766a;hb=5e3befebe2ed0ce85324da3be83b21880dc7d069;hpb=56f6d0cdb88ef4a9fad5eca1d5ae2e04cb163dcd diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index 6dcf95fb0..d6633fb56 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -318,6 +318,6 @@ void smtp_do_bounce(char *instr, StrBuf *OMsgTxt) } } FreeStrBuf(&boundary); - CtdlFreeMessage(bmsg); + CM_Free(bmsg); syslog(LOG_DEBUG, "Done processing bounces\n"); }