kicad/libs
John Beard a045642b7e Sexpr: Do not leak memory on parse exception
Use std::unique_ptr to guard against leaking the new'd pointers
in SEXPR lists if there is an exception during parse.

This was noticable during the Sexpr/ParseExceptions unit test.

Fixes: lp:1830209
* https://bugs.launchpad.net/kicad/+bug/1830209
2019-05-23 13:52:39 +01:00
..
sexpr Sexpr: Do not leak memory on parse exception 2019-05-23 13:52:39 +01:00
CMakeLists.txt Sexpr/QA: Split out the sexpr classes into a reusable lib and test 2019-04-17 10:52:56 +01:00