mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
8ac34efc4e
1 changed files with 1 additions and 3 deletions
|
@ -2056,8 +2056,6 @@ void FDynamicBuffer::SetData (const BYTE *data, int len)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_Len = 0;
|
m_Len = 0;
|
||||||
M_Free(m_Data);
|
|
||||||
m_Data = NULL;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue