mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix uninitialized pointer.
This commit is contained in:
parent
b79014f3ee
commit
eb38640114
@ -17,6 +17,7 @@ public:
|
||||
if( !mapAddr )
|
||||
{
|
||||
m_fd = 0;
|
||||
m_metadata = nullptr;
|
||||
close( fd );
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user