mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Revert "use event_free() wrapper; fix bug 4582"
This reverts commit 9a88c0cd32
.
This commit is contained in:
parent
acc1806eb8
commit
e83e720c8b
@ -573,7 +573,7 @@ run_runnable_cb(evutil_socket_t s, short what, void *arg)
|
|||||||
void *cb_arg = r->arg;
|
void *cb_arg = r->arg;
|
||||||
(void)what;
|
(void)what;
|
||||||
(void)s;
|
(void)s;
|
||||||
tor_event_free(r->ev);
|
event_free(r->ev);
|
||||||
tor_free(r);
|
tor_free(r);
|
||||||
|
|
||||||
cb(cb_arg);
|
cb(cb_arg);
|
||||||
|
Loading…
Reference in New Issue
Block a user