mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Properly cleanup View.
This commit is contained in:
@@ -350,6 +350,7 @@ int main( int argc, char** argv )
|
||||
}
|
||||
|
||||
if( loadThread.joinable() ) loadThread.join();
|
||||
view.reset();
|
||||
|
||||
{
|
||||
FILE* f = fopen( winPosFile.c_str(), "wb" );
|
||||
|
||||
Reference in New Issue
Block a user