aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/PoolHandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/PoolHandler.cpp b/src/game/PoolHandler.cpp
index 54b18fc6b28..753b6a249e6 100644
--- a/src/game/PoolHandler.cpp
+++ b/src/game/PoolHandler.cpp
@@ -623,6 +623,7 @@ void PoolHandler::Initialize()
SpawnPool(pool_entry);
count++;
} while (result->NextRow());
+ delete result;
}
sLog.outBasic("Pool handling system initialized, %u pools spawned.", count);