Shutdown fix

This commit is contained in:
Adam Ierymenko
2019-08-08 17:22:20 -05:00
parent 55087521f6
commit f8f2432ece

View File

@@ -79,6 +79,8 @@ DBMirrorSet::DBMirrorSet(DB::ChangeListener *listener) :
DBMirrorSet::~DBMirrorSet() DBMirrorSet::~DBMirrorSet()
{ {
_running = false;
_syncCheckerThread.join();
} }
bool DBMirrorSet::hasNetwork(const uint64_t networkId) const bool DBMirrorSet::hasNetwork(const uint64_t networkId) const