]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
Cleaned up alot more memory leaks. (still get 720 leaks just running demo1.dem)
[xonotic/darkplaces.git] / common.c
index 1414e31f6f074951812ee66140cbe9e5e0915bad..b45c99689f2f0c07568ce328095bd62c5461316c 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1014,6 +1014,17 @@ void COM_Init (void)
        COM_CheckRegistered ();
 }
 
+extern void FS_Shutdown (void);
+
+/*
+================
+COM_Shutdown
+================
+*/
+void COM_Shutdown (void)
+{
+       FS_Shutdown ();
+}
 
 /*
 ============