Shutdown fix
This commit is contained in:
parent
55087521f6
commit
f8f2432ece
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ DBMirrorSet::DBMirrorSet(DB::ChangeListener *listener) :
|
|||
|
||||
DBMirrorSet::~DBMirrorSet()
|
||||
{
|
||||
_running = false;
|
||||
_syncCheckerThread.join();
|
||||
}
|
||||
|
||||
bool DBMirrorSet::hasNetwork(const uint64_t networkId) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue