diff --git a/src/game/PoolHandler.cpp b/src/game/PoolHandler.cpp index 54b18fc6b..753b6a249 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); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1b73d9acf..27cc5c0f1 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7755" + #define REVISION_NR "7756" #endif // __REVISION_NR_H__