X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;fp=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;h=ca8a95949d8d95b10dc7e8d679787ab072a600ac;hb=5e3befebe2ed0ce85324da3be83b21880dc7d069;hp=1fa5b1d12fa4ae9261437ee57e3551e10a6a29d1;hpb=56f6d0cdb88ef4a9fad5eca1d5ae2e04cb163dcd;p=citadel.git diff --git a/citadel/modules/xmpp/xmpp_presence.c b/citadel/modules/xmpp/xmpp_presence.c index 1fa5b1d12..ca8a95949 100644 --- a/citadel/modules/xmpp/xmpp_presence.c +++ b/citadel/modules/xmpp/xmpp_presence.c @@ -259,7 +259,7 @@ void xmpp_fetch_mortuary_backend(long msgnum, void *userdata) { } } - CtdlFreeMessage(msg); + CM_Free(msg); }