From bae7e637dee2978128c66b1e3ff3e65ed6e43481 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Mon, 28 Mar 2016 18:19:06 -0500 Subject: [PATCH] ircd/authd: remove rb_free no longer needed. --- ircd/authd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ircd/authd.c b/ircd/authd.c index 32e4f9c2..71949e3a 100644 --- a/ircd/authd.c +++ b/ircd/authd.c @@ -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)); } }