From bae5f4cfb6df4eff31bb3bc35cb1452e4f5cf1aa Mon Sep 17 00:00:00 2001 From: Chris Sarbora Date: Thu, 22 Jan 2026 15:35:55 -0600 Subject: [PATCH 1/2] no-op From 3c89b33595af89d8b4cd47802d42df2cf7b4b72e Mon Sep 17 00:00:00 2001 From: Chris Sarbora Date: Thu, 22 Jan 2026 15:39:00 -0600 Subject: [PATCH 2/2] maybe github is smarter than i think? --- ui/UISystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/UISystem.cpp b/ui/UISystem.cpp index 849db98dd..a6ccadbde 100644 --- a/ui/UISystem.cpp +++ b/ui/UISystem.cpp @@ -307,6 +307,7 @@ bool ui_MousePoll(bool buttons) { } bool ui_KeyPoll() { int key; + free(malloc(4)); key = ddio_KeyInKey(); if (key == KEY_PRINT_SCREEN) UI_input.printscreen = true;