Free qc thread resources at worker exit

This commit is contained in:
Esa Korhonen 2018-10-16 17:15:33 +03:00
parent d489483c0a
commit 2c280e27f2

View File

@ -471,7 +471,8 @@ bool RoutingWorker::pre_run()
void RoutingWorker::post_run()
{
modules_thread_finish();
// TODO: Add sercice_thread_finish().
qc_thread_end(QC_INIT_SELF);
// TODO: Add service_thread_finish().
this_thread.current_worker_id = WORKER_ABSENT_ID;
}