Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing ICP memleak introduced in openzfs#4760
The ICP requires destructors to for each crypto module that is added. These do not necessarily exist in Illumos because they assume that these modules can never be unloaded from the kernel. Some of this cleanup code was missed when openzfs#4760 was merged, resulting in leaks. This patch simply fixes that.
- Loading branch information