ingydotnet / yaml-libyaml-pm

Perl Binding to libyaml
http://search.cpan.org/dist/YAML-LibYAML/
33 stars 37 forks source link

Fix memleaks when loading invalid YAML #93

Closed perlpunk closed 5 years ago

perlpunk commented 5 years ago

When loading invalid YAML, SVs already created weren't destroyed.

See note/memleak.pl for examples

See also related #48