From 7bb96595ee11acda44bdeda400e356d4044e072e Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 24 Jun 2014 12:53:10 +0200 Subject: Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document what it does --- src/threadengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/threadengine.cpp') diff --git a/src/threadengine.cpp b/src/threadengine.cpp index 82aa78a36..bb686f084 100644 --- a/src/threadengine.cpp +++ b/src/threadengine.cpp @@ -26,7 +26,7 @@ void Thread::SetExitFlag() void Thread::join() { - state.FreeThread(this); + ServerInstance->Threads.Stop(this); } /** If this thread has a Creator set, call it to -- cgit v1.3.1-10-gc9f91