refactor naming of core message manipulation funcions
[citadel.git] / citadel / modules / smtp / smtp_util.c
index 6dcf95fb01d8e716b509300a3e0cba74a709766a..d6633fb564799bc3051fa614a021b95c9b663c54 100644 (file)
@@ -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");
 }