This commit is contained in:
Tony Garnock-Jones 2021-06-09 15:13:56 +02:00
parent 63e417cdc3
commit 9bb081292b
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ export class Relay {
deregister(handle: Handle): void { deregister(handle: Handle): void {
(this.outboundAssertions.get(handle) ?? []).forEach(e => this.releaseRefOut(e)); (this.outboundAssertions.get(handle) ?? []).forEach(e => this.releaseRefOut(e));
this.outboundAssertions.delete(handle);
} }
rewriteRefOut(r: Ref, transient: boolean, exported: Array<WireSymbol>): WireRef { rewriteRefOut(r: Ref, transient: boolean, exported: Array<WireSymbol>): WireRef {