kicad-source/common/libeval_compiler
Jeff Young 097e0eadf1 LIBEVAL::CONTEXT manages its own local VALUEs.
Don't use std::unique_ptr as we'll just free the
value right after storing it.

Also, don't try to execute a non-existent function.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/21697

(cherry picked from commit 6ab6283e2e89b0e898fa9d75f5a9a8e3c32086f3)
2025-09-11 12:50:31 +01:00
..