Conflicts:
	src/info.h
This commit is contained in:
Christoph Oelckers 2015-02-08 11:47:49 +01:00
commit 45117b2603
18 changed files with 58 additions and 68 deletions

View file

@ -2056,6 +2056,7 @@ void FDynamicBuffer::SetData (const BYTE *data, int len)
else
{
m_Len = 0;
M_Free(m_Data);
}
}