Fix filter destruction
The filter instances weren't cleared before the dynamically loaded libraries were unloaded which caused a crash.
This commit is contained in:
@ -2257,6 +2257,7 @@ int main(int argc, char** argv)
|
||||
* Destroy the router and filter instances of all services.
|
||||
*/
|
||||
service_destroy_instances();
|
||||
filter_destroy_instances();
|
||||
|
||||
RoutingWorker::finish();
|
||||
maxbase::finish();
|
||||
|
||||
Reference in New Issue
Block a user