Closed jnthn closed 2 years ago
I've analyzed this one further and it turns out that this module is not at fault, but rather there's a Rakudo/MoarVM issue where the DESTROY
does not get run as expected. With a workaround for that (but still need to develop a proper fix), there's no leak.
This program leaks (golfed from reports of a significant leak in
Spreadsheet::XLSX
):Commenting out the call
.childNodes
, by contrast, does not leak, so it seems the leak is somehow related to that.