quiet DRD error reports

testget

Complaint is of race between wait and Context cleanup.
shared_ptr<info_t> probably makes this safe, but
no down-side to explicit shutdown.
This commit is contained in:
Michael Davidsaver
2026-05-17 18:18:47 -07:00
parent 781a96e110
commit 485ff0a9da
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -300,6 +300,7 @@ struct Tester {
cli.hurryUp();
testOk1(!info->done.wait(2.1));
cli.close();
}
void orphan()