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

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-04 17:26:47 -05:00
parent c401cb49a4
commit a5dcd0e7b2

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