php / pecl-file_formats-yaml

YAML-1.1 parser and emitter
https://pecl.php.net/package/yaml
MIT License
72 stars 33 forks source link

Fix memory leak in handle_mapping() #58

Closed cmb69 closed 3 years ago

cmb69 commented 3 years ago

We must not forget to release the previously created array in case we return early due to an undefined value.

This memory leak could be observed when running yaml_parse_003.phpt and yaml_parse_004.phpt under a debug build or with a leak checker.