kicad/libs/sexpr
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
..
include/sexpr Sexpr: Do not leak memory on parse exception 2019-05-23 13:52:39 +01:00
CMakeLists.txt Sexpr: needs to be a STATIC lib 2019-04-24 17:31:22 +01:00
sexpr.cpp Sexpr/QA: Split out the sexpr classes into a reusable lib and test 2019-04-17 10:52:56 +01:00
sexpr_parser.cpp Sexpr: Do not leak memory on parse exception 2019-05-23 13:52:39 +01:00