Procházet zdrojové kódy

use event_free() wrapper; fix bug 4582

Nick Mathewson před 14 roky
rodič
revize
9a88c0cd32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/common/compat_libevent.c

+ 1 - 1
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;
-  event_free(r->ev);
+  tor_event_free(r->ev);
   tor_free(r);
 
   cb(cb_arg);