kicad/common/libeval_compiler
Seth Hillbrand 62863d6c5b Ensure that we clear deleted values
When throwing on an invalid value, we may end up freeing the same tree
twice.  This is generally not an issue but we need to mark the freed
memory as null to avoid a double free

Fixes https://gitlab.com/kicad/code/kicad/issues/12981
2022-11-22 06:11:03 -08:00
..
grammar.lemon libeval_compiler: initial support for multiple (>1) function/method arguments 2020-09-27 16:45:46 +02:00
libeval_compiler.cpp Ensure that we clear deleted values 2022-11-22 06:11:03 -08:00