diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-09-20 05:49:40 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-09-20 05:49:40 +0000 |
| commit | 014bcdcd027065e41b4761ce80fa681106c9d939 (patch) | |
| tree | 30b9e2df3785ecb62c61c0e1cada949d28f35643 /sys/net | |
| parent | 792ce4710824af814dec76842d3432465e781083 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/if_tap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_tap.c b/sys/net/if_tap.c index 6bda09d32a89..59b1780c2304 100644 --- a/sys/net/if_tap.c +++ b/sys/net/if_tap.c @@ -202,6 +202,8 @@ tapmodevent(mod, type, data) mtx_unlock(&tapmtx); clone_cleanup(&tapclones); + mtx_destroy(&tapmtx); + break; default: |
