fixup! refactor: use std mutex/lock intead of bespoke (#2194) (#2211)

This commit is contained in:
Charles Kerr
2021-11-24 10:39:09 -06:00
committed by GitHub
parent 843e486d2a
commit d4e0f368c8

View File

@@ -265,7 +265,7 @@ static void libeventThreadFunc(void* veh)
/* shut down the thread */
event_base_free(base);
eh->session->events = nullptr;
tr_free(eh);
delete eh;
tr_logAddDebug("Closing libevent thread");
}