diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index 0f781277..25b3ef3c 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -323,7 +323,7 @@ enum { CallstackFrameIdSize = sizeof( CallstackFrameId ) }; struct CallstackFrameTree { - CallstackFrameTree( CallstackFrameId id ) : frame( id ) {} + CallstackFrameTree( CallstackFrameId id ) : frame( id ), alloc( 0 ), count( 0 ) {} CallstackFrameId frame; uint64_t alloc;