Closed dwarring closed 5 years ago
The follow prevents cleanup of XPath Context objects (DESTROY is not called)
use LibXML::XPath::Context; for ^10000 { LibXML::XPath::Context.new.registerFunction('dummy', sub { }); }
Similar issue to #21
The follow prevents cleanup of XPath Context objects (DESTROY is not called)
Similar issue to #21