[tor-commits] [tor/master] Revert "use event_free() wrapper; fix bug 4582"

nickm at torproject.org nickm at torproject.org
Thu Dec 8 02:11:41 UTC 2011


commit e83e720c8bf1f97c3df2ed272296f6dbcc4b8c24
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Dec 6 19:49:20 2011 -0500

    Revert "use event_free() wrapper; fix bug 4582"
    
    This reverts commit 9a88c0cd32df53116a6bbb6b961650943755061c.
---
 src/common/compat_libevent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 3a754be..c3a4746 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -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);





More information about the tor-commits mailing list