Fixed exit (make freebsd 12.1 happy when exiting. ref #42

This commit is contained in:
emeric
2020-03-29 19:37:48 +02:00
parent 8a09aa4e01
commit 3727c64a13
+2
View File
@@ -197,6 +197,8 @@ int main(int argc, char* argv[])
LMS_LOG(MAIN, INFO) << "Stopping recommendation engine...";
recommendationEngine.stop();
ServiceProvider<CoverArt::IGrabber>::clear();
LMS_LOG(MAIN, INFO) << "Clean stop!";
res = EXIT_SUCCESS;
}