[7756] Fixed memory leak in PoolHandler::Initialize().

This commit is contained in:
AlexDereka 2009-05-04 12:23:05 +04:00
parent ebafe6a7b9
commit 255ed61a86
2 changed files with 2 additions and 1 deletions

View file

@ -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);