Skip to content
Snippets Groups Projects
Commit e83e720c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Revert "use event_free() wrapper; fix bug 4582"

This reverts commit 9a88c0cd.
parent acc1806e
No related branches found
No related tags found
No related merge requests found
......@@ -573,7 +573,7 @@ run_runnable_cb(evutil_socket_t s, short what, void *arg)
void *cb_arg = r->arg;
(void)what;
(void)s;
tor_event_free(r->ev);
event_free(r->ev);
tor_free(r);
cb(cb_arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment