From e3dd7f154a1d439db3a63c11bc949fc4f2f8d15c Mon Sep 17 00:00:00 2001 From: Markus Greiner Date: Wed, 6 May 2026 18:17:42 +0200 Subject: [PATCH] added delete kmxfile as before --- linux/mcompile/keymap/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/mcompile/keymap/main.cpp b/linux/mcompile/keymap/main.cpp index 4f82a7ec1a..1b5323d755 100644 --- a/linux/mcompile/keymap/main.cpp +++ b/linux/mcompile/keymap/main.cpp @@ -83,5 +83,7 @@ int main(int argc, char* argv[]) { } } + delete kmxfile; + return 0; }