mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Set nullptrs where necessary.
This commit is contained in:
parent
ddf2453cca
commit
616f501a97
@ -67,6 +67,8 @@ View::View( FileRead& f )
|
||||
, m_hasData( true )
|
||||
, m_staticView( true )
|
||||
, m_zonesCnt( 0 )
|
||||
, m_stream( nullptr )
|
||||
, m_buffer( nullptr )
|
||||
, m_frameScale( 0 )
|
||||
, m_pause( false )
|
||||
, m_frameStart( 0 )
|
||||
|
Loading…
Reference in New Issue
Block a user