1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

_iq_id_handler_free() dont set NULL

No effect here.
This commit is contained in:
Michael Vetter 2020-04-20 16:17:09 +02:00
parent fb85cec129
commit b9c384d6ca

View File

@ -267,7 +267,6 @@ _iq_id_handler_free(ProfIqHandler *handler)
handler->free_func(handler->userdata);
}
free(handler);
handler = NULL;
}
void