Destroy global tapmtx when the if_tap module is unloaded.

RELENG_5 candidated.
This commit is contained in:
Robert Watson 2004-09-17 03:55:50 +00:00
parent abd627ebb7
commit 6874bcf242
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135354

View file

@ -202,6 +202,8 @@ tapmodevent(mod, type, data)
mtx_unlock(&tapmtx);
clone_cleanup(&tapclones);
mtx_destroy(&tapmtx);
break;
default: