this drop is really important
This commit is contained in:
parent
007fc3bd28
commit
8069f18b73
@ -754,6 +754,7 @@ mod stdmod {
|
|||||||
VerificationError::SendError(StdVerifSenderError::StoreError(e))
|
VerificationError::SendError(StdVerifSenderError::StoreError(e))
|
||||||
})?;
|
})?;
|
||||||
tm.write_to(buf).map_err(VerificationError::PusError)?;
|
tm.write_to(buf).map_err(VerificationError::PusError)?;
|
||||||
|
drop(mg);
|
||||||
self.tx.send(addr).map_err(|_| {
|
self.tx.send(addr).map_err(|_| {
|
||||||
VerificationError::SendError(StdVerifSenderError::RxDisconnected(addr))
|
VerificationError::SendError(StdVerifSenderError::RxDisconnected(addr))
|
||||||
})?;
|
})?;
|
||||||
|
Loading…
Reference in New Issue
Block a user