mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
Properly end mysql connections and libraries on exit.
--HG-- branch : trunk
This commit is contained in:
@@ -40,6 +40,7 @@ m_Mysql(NULL)
|
||||
|
||||
MySQLConnection::~MySQLConnection()
|
||||
{
|
||||
mysql_close(m_Mysql);
|
||||
}
|
||||
|
||||
bool MySQLConnection::Open(const std::string& infoString)
|
||||
|
||||
Reference in New Issue
Block a user