X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_presence.c;h=ca33d1e57336aab409cb401ab7778b2cc74f4bdd;hp=c222b086c3ef09c34ce4259e44284124ea3d8029;hb=74b50d8c01f53fdd201f262fa14c59b116fbbb73;hpb=3088e4e9321b2e4c36ebc2453a5e0e9cc1d4b166 diff --git a/citadel/modules/xmpp/xmpp_presence.c b/citadel/modules/xmpp/xmpp_presence.c index c222b086c..ca33d1e57 100644 --- a/citadel/modules/xmpp/xmpp_presence.c +++ b/citadel/modules/xmpp/xmpp_presence.c @@ -317,8 +317,7 @@ void xmpp_massacre_roster(void) xmpp_destroy_buddy(cptr[i].cs_inet_email); if (mortuary) { char *buddy = strdup(cptr[i].cs_inet_email); - Put(mortuary, buddy, strlen(buddy), - buddy, generic_free_handler); + Put(mortuary, buddy, strlen(buddy), buddy, NULL); } } }