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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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");
}