mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
o Do not leak inodes hash table at module unload.
PR: kern/118017 Submitted by: Ighighi MFC after: 1 week
This commit is contained in:
parent
c4989d519e
commit
6b0659fc0f
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ ntfs_nthashinit()
|
|||
void
|
||||
ntfs_nthashdestroy(void)
|
||||
{
|
||||
hashdestroy(ntfs_nthashtbl, M_NTFSNTHASH, ntfs_nthash);
|
||||
lockdestroy(&ntfs_hashlock);
|
||||
mtx_destroy(&ntfs_nthash_mtx);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue