mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix crash when compare trace not selected
This commit is contained in:
parent
6233cf3fdf
commit
2c63d9b320
@ -11822,8 +11822,8 @@ void View::DrawCompare()
|
||||
{
|
||||
m_compare.badVer.state = BadVersionState::ReadError;
|
||||
}
|
||||
NFD_FreePathU8( fn );
|
||||
}
|
||||
NFD_FreePathU8( fn );
|
||||
}
|
||||
tracy::BadVersion( m_compare.badVer, m_bigFont );
|
||||
ImGui::End();
|
||||
|
Loading…
Reference in New Issue
Block a user