yaml-cpp
yaml-cpp copied to clipboard
memory leak
Hi, this code with memory leak
YAML::Node a; for (;;) a = YAML::Load("{1B: Prince Fielder, 2B: Rickie Weeks, LF: Ryan Braun}");
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