1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Properly cleanup View.

This commit is contained in:
Bartosz Taudul 2020-07-19 14:50:09 +02:00
parent aa2757526a
commit 402bfd3ba4

View File

@ -350,6 +350,7 @@ int main( int argc, char** argv )
}
if( loadThread.joinable() ) loadThread.join();
view.reset();
{
FILE* f = fopen( winPosFile.c_str(), "wb" );