* Eliminate generic_free_handler() since it is not needed
[citadel.git] / citadel / modules / xmpp / xmpp_presence.c
index c222b086c3ef09c34ce4259e44284124ea3d8029..ca33d1e57336aab409cb401ab7778b2cc74f4bdd 100644 (file)
@@ -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);
                                        }
                                }
                        }