mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +00:00
Bugfix: Wrong destruction order in Library::LocalDB made Library break when queue was running.
This commit is contained in:
parent
cef1fb7dd3
commit
1be4bd4b10
@ -57,6 +57,8 @@ Library::LocalDB::LocalDB(void){
|
||||
}
|
||||
|
||||
Library::LocalDB::~LocalDB(void){
|
||||
this->Exit(true);
|
||||
this->threads.join_all();
|
||||
}
|
||||
|
||||
//////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user