mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 06:28:19 +00:00
Work around clang-analyzer-unix.Malloc false positive
This commit is contained in:
parent
e805e42a94
commit
bd1c133fa1
|
@ -1161,7 +1161,7 @@ void CDemoEditor::Slice(const char *pDemo, const char *pDst, int StartTick, int
|
||||||
|
|
||||||
m_pDemoPlayer->Stop();
|
m_pDemoPlayer->Stop();
|
||||||
m_pDemoRecorder->Stop();
|
m_pDemoRecorder->Stop();
|
||||||
}
|
} // NOLINT(clang-analyzer-unix.Malloc)
|
||||||
|
|
||||||
void CDemoEditor::OnDemoPlayerSnapshot(void *pData, int Size)
|
void CDemoEditor::OnDemoPlayerSnapshot(void *pData, int Size)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue