It is impossible for a string to be allocated in this case

This commit is contained in:
James R 2021-04-25 22:01:40 -07:00
parent 85914cc7cd
commit 92aeadc36b
1 changed files with 0 additions and 7 deletions

View File

@ -1507,14 +1507,7 @@ static void Setvalue(consvar_t *var, const char *valstr, boolean stealth)
found:
if (client && execversion_enabled)
{
if (var->revert.allocated)
{
Z_Free(var->revert.v.string);
var->revert.allocated = false; // the below value is not allocated in zone memory, don't try to free it!
}
var->revert.v.const_munge = var->PossibleValue[i].strvalue;
return;
}