diff --git a/code/botlib/be_aas_debug.c b/code/botlib/be_aas_debug.c index ab44bc0b..b9a1465b 100644 --- a/code/botlib/be_aas_debug.c +++ b/code/botlib/be_aas_debug.c @@ -774,4 +774,5 @@ void AAS_FloodAreas(vec3_t origin) areanum = AAS_PointAreaNum(origin); cluster = AAS_AreaCluster(areanum); AAS_FloodAreas_r(areanum, cluster, done); + FreeMemory(done); }