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:
Markus Mäkelä
2018-09-24 10:12:14 +03:00
parent 6d82de811f
commit f17dfdbc2b
2 changed files with 2 additions and 9 deletions

View File

@ -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();