about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-20 16:17:09 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-20 16:17:09 +0200
commitb9c384d6ca2e908b8b07158c43d67fa7444a18ec (patch)
treeddca53f8b50df45d47754519dbd9a1a0fec1eac0
parentfb85cec12937ed6274e5dfe234824ac1ed8cb740 (diff)
downloadprofani-tty-b9c384d6ca2e908b8b07158c43d67fa7444a18ec.tar.gz
_iq_id_handler_free() dont set NULL
No effect here.
-rw-r--r--src/xmpp/iq.c1
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