From 05be74510faea870c15b5e03a80da1717f83f1a9 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 14 Dec 2010 00:13:13 +0900 Subject: [PATCH] Free the explosion objects when clearing tents. This fixes the hang after a few (3 or 4) play/timedemo runs of bigass1. Now 23 runs (and counting) seems to work well, though there seems to be a memory leak somewhere. --- nq/source/cl_tent.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nq/source/cl_tent.c b/nq/source/cl_tent.c index 50611c907..ad7371b61 100644 --- a/nq/source/cl_tent.c +++ b/nq/source/cl_tent.c @@ -219,6 +219,8 @@ CL_ClearTEnts (void) t->ent.efrag = 0; free_temp_entities (to->to.ex.tent); } + free_tent_objects (cl_explosions); + cl_explosions = 0; } static inline void