mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Properly cleanup View.
This commit is contained in:
parent
aa2757526a
commit
402bfd3ba4
@ -350,6 +350,7 @@ int main( int argc, char** argv )
|
||||
}
|
||||
|
||||
if( loadThread.joinable() ) loadThread.join();
|
||||
view.reset();
|
||||
|
||||
{
|
||||
FILE* f = fopen( winPosFile.c_str(), "wb" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user