kicad/common/libeval_compiler
Seth Hillbrand 554d82b2a4 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

(cherry picked from commit 62863d6c5b)
2022-11-25 10:47: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-25 10:47:03 -08:00