refactor naming of core message manipulation funcions
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index 8a12d15037402f33a7d000665b0b9a577e0053aa..9fe2cd6b2546badcc17c7eb7beb691aecd645d2b 100644 (file)
@@ -613,7 +613,7 @@ eNextState POP3C_SaveMsg(AsyncIO *IO)
                 * so we don't fetch this message again
                 */
        }
-       CtdlFreeMessage(RecvMsg->CurrMsg->Msg);
+       CM_Free(RecvMsg->CurrMsg->Msg);
 
        RecvMsg->count ++;
        return NextDBOperation(&RecvMsg->IO, POP3C_StoreMsgRead);