From a3fb96abb7b81a44a5fb260e85fbb2e8b33bf5a2 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 21 Apr 2025 12:04:14 -0500 Subject: [PATCH] that was dumb --- include/utils/App/App.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/utils/App/App.h b/include/utils/App/App.h index bd861d9..7479762 100644 --- a/include/utils/App/App.h +++ b/include/utils/App/App.h @@ -239,8 +239,9 @@ namespace Archimedes { } } + delete m; + if(closable) { - delete m; dlclose(h); } }