Core/DB Layer: Fix a memory leak.

This commit is contained in:
Machiavelli
2012-03-26 01:49:41 +02:00
parent 19f821d00a
commit 43048afc7e
5 changed files with 13 additions and 7 deletions

View File

@@ -362,8 +362,6 @@ int Master::Run()
/// Initialize connection to the databases
bool Master::_StartDB()
{
MySQL::Library_Init();
sLog->SetLogDB(false);
std::string dbstring;
uint8 async_threads, synch_threads;