]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Added CL_Shutdown which took care of 14 memory leaks totaling over 30mb. (needs more...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 0b73b6539cb66325e4cf14ac3a4a214a5981858e..420984600c76383fdc8386415d8ad2d394ca7c5d 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1022,6 +1022,8 @@ void Host_Shutdown(void)
                VID_Shutdown();
        }
 
+       Cmd_Shutdown();
+       CL_Shutdown();
        Sys_Shutdown();
        Log_Close ();
 }