Explicitly unload plugins before deinitializing libhydra and libstrongswan in pluto.
This commit is contained in:
@@ -781,6 +781,7 @@ void exit_pluto(int status)
|
|||||||
free_builder();
|
free_builder();
|
||||||
delete_lock();
|
delete_lock();
|
||||||
options->destroy(options);
|
options->destroy(options);
|
||||||
|
lib->plugins->unload(lib->plugins);
|
||||||
libhydra_deinit();
|
libhydra_deinit();
|
||||||
library_deinit();
|
library_deinit();
|
||||||
close_log();
|
close_log();
|
||||||
|
|||||||
Reference in New Issue
Block a user