mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Properly zero-initialise local variable
This commit is contained in:
@@ -348,7 +348,7 @@ SPDBChunk::SPDBChunk(void *chunk)
|
||||
RDCASSERT(moduledata[0] == CV_SIGNATURE_C13);
|
||||
|
||||
std::string localName;
|
||||
CV_typ_t localType;
|
||||
CV_typ_t localType = 0;
|
||||
|
||||
byte *basePtr = (byte *)&moduledata[1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user