Subject: | Memory leaks |
This module leaks memory (HTML::Element objects to be precise)
if the tree is not destroyed with
$tree->delete
Maybe this should be mentioned in the documentation.
When those objects are leaked, XPATH operations become
slower and slower.