kframework/c-semantics

`<references>` cell garbage collection

Closed this issue · 1 comments

In the semantics, we only add stuff to the <references> cell. We should also remove from it when the lifetime of a reference ends.

Fixed in #572.