diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 85783414..c61afaf9 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5230,7 +5230,7 @@ void View::DrawMemoryAllocWindow() } } - if( zoneAlloc == zoneFree ) + if( zoneAlloc != 0 && zoneAlloc == zoneFree ) { ImGui::SameLine(); ImGui::TextDisabled( "(same zone)" );