Fix crash when unloading the arcfour module

Remove the empty Arcfour_Cleanup() function so that the default module cleanup can happen.

Define MODULE_NAME and use that when registering the module callbacks so that the default
module cleanup will remove them correctly.
This commit is contained in:
Kevin Easton
2018-02-20 23:00:00 +11:00
parent 3687e532f0
commit 5ae42802ec
2 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Fix crash when unloading the arcfour module. (caf)
* Change add_dcc_bind() to collect all function pointer arguments into a
single struct. (caf)