summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-19 22:00:50 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-19 22:00:50 +0200
commit82f783595f654b62ce57a7cfb537d23efce7affc (patch)
tree32806d5e2a54c7c47459124c1df15b7e47c8d71b /src/main.cpp
parent3e85a8e6db1a9c9a7fcf7974a1a0307b2cb145bd (diff)
fix r/w mem leaks
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
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();