yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

memory leak

Open Boklazhenko opened this issue 5 years ago • 1 comments

Hi, this code with memory leak

YAML::Node a; for (;;) a = YAML::Load("{1B: Prince Fielder, 2B: Rickie Weeks, LF: Ryan Braun}");

Boklazhenko avatar Sep 27 '20 17:09 Boklazhenko

Solved the memory leak problem. Passed the tests. If you're interested, you can see my solution here: https://github.com/hkarel/yaml-cpp , commit 825e383be I don't plan to do PR

hkarel avatar Jan 29 '25 18:01 hkarel