Skip to content
Snippets Groups Projects
Commit 09d4a912 authored by rswindell's avatar rswindell
Browse files

Removed call to Thread::Terminate and getchar().

parent 672ee2e0
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,6 @@ int main(int argc, char* argv[])
Thread->ChildEvent->ResetEvent();
}
Thread->ChildEvent->WaitFor(INFINITE); /* wait for thread to end */
Thread->Terminate();
getchar();
return 0;
}
//---------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment