diff --git a/server/TracyView.cpp b/server/TracyView.cpp index fc2e3ba5..1558efa5 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -302,6 +302,7 @@ View::View( FileRead& f ) lockmap.threadList.emplace_back( t ); } f.Read( &tsz, sizeof( tsz ) ); + lockmap.timeline.reserve( tsz ); for( uint64_t i=0; i();