mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-13 11:25:02 -05:00
qa: Stop txindex thread before calling destructor
This commit is contained in:
parent
737670c036
commit
faf4a9b674
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ BOOST_FIXTURE_TEST_CASE(txindex_initial_sync, TestChain100Setup)
|
||||||
BOOST_ERROR("Read incorrect tx");
|
BOOST_ERROR("Read incorrect tx");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
txindex.Stop(); // Stop thread before calling destructor
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE_END()
|
BOOST_AUTO_TEST_SUITE_END()
|
||||||
|
|
Loading…
Add table
Reference in a new issue