mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
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