Work around clang-analyzer-unix.Malloc false positive

This commit is contained in:
heinrich5991 2020-12-22 12:17:50 +01:00
parent e805e42a94
commit bd1c133fa1

View file

@ -1161,7 +1161,7 @@ void CDemoEditor::Slice(const char *pDemo, const char *pDst, int StartTick, int
m_pDemoPlayer->Stop();
m_pDemoRecorder->Stop();
}
} // NOLINT(clang-analyzer-unix.Malloc)
void CDemoEditor::OnDemoPlayerSnapshot(void *pData, int Size)
{