From d95a7bd4b892e3e1374c33b01057e61ae9ec741d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 10 Dec 2018 19:23:37 -0800 Subject: [PATCH] 22-windows: Fixed crash. --- examples/22-windows/windows.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/22-windows/windows.cpp b/examples/22-windows/windows.cpp index cd2be0885..145df6f7f 100644 --- a/examples/22-windows/windows.cpp +++ b/examples/22-windows/windows.cpp @@ -157,6 +157,7 @@ public: } } + inputRemoveBindings("22-windows"); BX_FREE(entry::getAllocator(), m_bindings); // Cleanup.