Fixed Z_FreeTags. Yes. Really.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3042 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bfee598a7a
commit
600f27876c
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ void VARGS Z_FreeTags(int tag)
|
|||
while (z->pvdn != NULL && z->pvdn->mh.tag != tag)
|
||||
z = z->pvdn;
|
||||
|
||||
if (z->next == NULL)
|
||||
if (z->pvdn == NULL)
|
||||
taglist = NULL;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue