]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Added appropriate prototypes to taskqueue.h, added call to TaskQueue_Shutdown in...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index c385b6d372bdd129fe137b71f2a5662e41e8ec1c..1d0ad3b19b93cd00889a20b860ef8994f3fdf775 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1445,6 +1445,7 @@ void Host_Shutdown(void)
        }
 
        SV_StopThread();
+       TaskQueue_Shutdown();
        Thread_Shutdown();
        Cmd_Shutdown();
        Key_Shutdown();