Modified: trunk/darkplaces/cl_main.c
===================================================================
--- trunk/darkplaces/cl_main.c	2008-07-15 09:15:22 UTC (rev 8407)
+++ trunk/darkplaces/cl_main.c	2008-07-15 10:47:48 UTC (rev 8408)
@@ -100,6 +100,8 @@
 	int i;
 	entity_t *ent;
 
+	CL_VM_ShutDown();
+
 // wipe the entire cl structure
 	Mem_EmptyPool(cls.levelmempool);
 	memset (&cl, 0, sizeof(cl));

