mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +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
|
||||
{
|
||||
m_Len = 0;
|
||||
M_Free(m_Data);
|
||||
m_Data = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue