Add missing NGE_LOCK_DESTROY() to nge_detach().

This commit is contained in:
Bill Paul 2004-09-14 22:32:58 +00:00
parent ad6c618bc7
commit 6ba160b6ef

View file

@ -964,6 +964,8 @@ nge_detach(dev)
contigfree(sc->nge_ldata, sizeof(struct nge_list_data), M_DEVBUF);
NGE_LOCK_DESTROY(sc);
return(0);
}