Unload application modules before closing modules

This commit is contained in:
Juha Heinanen
2021-03-26 09:02:49 +02:00
parent f7e9f4016e
commit edd1369ad7

View File

@ -95,6 +95,7 @@ static void signal_handler(int sig)
static bool term = false;
if (term) {
module_app_unload();
mod_close();
exit(0);
}