Closed cmb69 closed 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.
yaml_parse_003.phpt
yaml_parse_004.phpt
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
andyaml_parse_004.phpt
under a debug build or with a leak checker.