diff options
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/iq.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |