1
0
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:
Bartosz Taudul
2021-06-03 00:53:49 +02:00
parent b79014f3ee
commit eb38640114
+1
View File
@@ -17,6 +17,7 @@ public:
if( !mapAddr )
{
m_fd = 0;
m_metadata = nullptr;
close( fd );
return;
}