diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 58e10e98..0b013c33 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -267,7 +267,6 @@ _iq_id_handler_free(ProfIqHandler *handler) handler->free_func(handler->userdata); } free(handler); - handler = NULL; } void