mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
_iq_id_handler_free() dont set NULL
No effect here.
This commit is contained in:
parent
fb85cec129
commit
b9c384d6ca
@ -267,7 +267,6 @@ _iq_id_handler_free(ProfIqHandler *handler)
|
|||||||
handler->free_func(handler->userdata);
|
handler->free_func(handler->userdata);
|
||||||
}
|
}
|
||||||
free(handler);
|
free(handler);
|
||||||
handler = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user