mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
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:
parent
70de87f2ef
commit
f585602984
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70914
@ -1342,7 +1342,8 @@ AAA
|
||||
}
|
||||
}
|
||||
quit:
|
||||
NG_FREE_ITEM(item);
|
||||
if (item)
|
||||
NG_FREE_ITEM(item);
|
||||
NG_FREE_M(m);
|
||||
return error;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user