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

@@ -246,8 +246,6 @@ extern int main(int argc, char **argv)
// Initialize connection to the database
bool StartDB()
{
MySQL::Library_Init();
std::string dbstring = ConfigMgr::GetStringDefault("LoginDatabaseInfo", "");
if (dbstring.empty())
{