From 82f783595f654b62ce57a7cfb537d23efce7affc Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 19 Oct 2025 22:00:50 +0200 Subject: fix r/w mem leaks --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e0935f5..948678c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -204,6 +204,7 @@ int main(int argc, char** argv) administration_writer::destroy(); timer_lib_shutdown(); + administration::destroy(); // Cleanup ImGui_ImplDX11_Shutdown(); -- cgit v1.2.3-70-g09d2