0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 18:18:35 +02:00

ircd/authd: remove rb_free no longer needed.

This commit is contained in:
Elizabeth Myers 2016-03-28 18:19:06 -05:00
parent 0bb5d3f031
commit bae7e637de

View file

@ -462,7 +462,6 @@ timeout_dead_authd_clients(void *notused __unused)
if(client_p->preClient->authd_timeout < rb_current_time())
{
rb_helper_write(authd_helper, "E %x", client_p->preClient->authd_cid);
rb_free(id);
rb_dictionary_delete(cid_clients, RB_UINT_TO_POINTER(client_p->preClient->authd_cid));
}
}