Fix a crash

This commit is contained in:
Lactozilla 2024-07-06 00:32:53 -03:00
parent e16b882764
commit 3bb3223dbd

View file

@ -4227,6 +4227,7 @@ void M_InitCharacterTables(INT32 num)
if (!num)
{
Z_Free(description);
description = NULL;
numdescriptions = 0;
return;
}