thelilylang / lily

The Lily programming language ⚜
MIT License
9 stars 2 forks source link

Fix leak when the visit waiting list got collision #570

Closed ArthurPV closed 3 weeks ago

ArthurPV commented 3 weeks ago

The following code generated a leak during transpilation:

struct F;

struct F {
};