mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Fix a crash
This commit is contained in:
parent
e16b882764
commit
3bb3223dbd
1 changed files with 1 additions and 0 deletions
|
@ -4227,6 +4227,7 @@ void M_InitCharacterTables(INT32 num)
|
|||
if (!num)
|
||||
{
|
||||
Z_Free(description);
|
||||
description = NULL;
|
||||
numdescriptions = 0;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue