mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fix daemon crash during shutdown.
This commit is contained in:
parent
43ee957520
commit
74df004c9b
@ -1,5 +1,6 @@
|
||||
0.99.4
|
||||
|
||||
* fixed bug where `musikcubed` could crash while stopping.
|
||||
* added `dark mode` awareness to Windows build.
|
||||
* added `PortAudio` output driver.
|
||||
* added support for Haiku OS.
|
||||
|
@ -299,7 +299,9 @@ int main(int argc, char** argv) {
|
||||
library->Indexer()->Shutdown();
|
||||
}
|
||||
|
||||
LibraryFactory::Instance().Shutdown();
|
||||
plugin::Shutdown();
|
||||
debug::Shutdown();
|
||||
|
||||
remove(getLockfileFn().c_str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user