diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-04-20 16:17:09 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-04-20 16:17:09 +0200 |
commit | b9c384d6ca2e908b8b07158c43d67fa7444a18ec (patch) | |
tree | ddca53f8b50df45d47754519dbd9a1a0fec1eac0 /src/xmpp | |
parent | fb85cec12937ed6274e5dfe234824ac1ed8cb740 (diff) | |
download | profani-tty-b9c384d6ca2e908b8b07158c43d67fa7444a18ec.tar.gz |
_iq_id_handler_free() dont set NULL
No effect here.
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 |