mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Join loading thread on exit.
This commit is contained in:
parent
7b00812fa7
commit
aa2757526a
@ -349,6 +349,8 @@ int main( int argc, char** argv )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( loadThread.joinable() ) loadThread.join();
|
||||||
|
|
||||||
{
|
{
|
||||||
FILE* f = fopen( winPosFile.c_str(), "wb" );
|
FILE* f = fopen( winPosFile.c_str(), "wb" );
|
||||||
if( f )
|
if( f )
|
||||||
|
Loading…
Reference in New Issue
Block a user