Destroy the helper device when unloading.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6c44520886
commit
de788cde7b
@ -43,6 +43,7 @@ dtrace_unload()
|
||||
}
|
||||
#else
|
||||
destroy_dev(dtrace_dev);
|
||||
destroy_dev(helper_dev);
|
||||
#endif
|
||||
|
||||
mutex_enter(&dtrace_provider_lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user