fix(ledger): lock acquire completion state before reporting it

This commit is contained in:
Nicholas Dudfield
2026-09-18 10:15:42 +07:00
parent 15739bf13d
commit cff7ea906c

View File

@@ -434,6 +434,8 @@ InboundLedger::pmDowncast()
void
InboundLedger::done()
{
ScopedLockType const sl(mtx_);
if (mSignaled)
return;