--- linuxsampler/trunk/src/db/InstrumentsDb.cpp 2017/06/23 12:06:00 3289 +++ linuxsampler/trunk/src/db/InstrumentsDb.cpp 2017/06/23 12:24:58 3290 @@ -100,6 +100,7 @@ } InstrumentsDb::~InstrumentsDb() { + InstrumentsDbThread.StopThread(); if (db != NULL) sqlite3_close(db); }