Commit 848f6aa5 authored by Max Kellermann's avatar Max Kellermann

Main: stop io_thread and rtio_thread automatically

They will be stopped by ~EventThread() when the `Instance` is deleted.
parent c9ba4f3f
......@@ -672,9 +672,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config)
command_finish();
decoder_plugin_deinit_all();
instance->rtio_thread.Stop();
instance->io_thread.Stop();
return EXIT_SUCCESS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment