mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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…
x
Reference in New Issue
Block a user