Only free items that are not already free or passed to other nodes.

Clever work by: Brian Sommers (Brian@freeBSD.org)
This commit is contained in:
Julian Elischer 2001-01-10 23:49:03 +00:00
parent 70de87f2ef
commit f585602984
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70914

View File

@ -1342,7 +1342,8 @@ AAA
}
}
quit:
NG_FREE_ITEM(item);
if (item)
NG_FREE_ITEM(item);
NG_FREE_M(m);
return error;
}