mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01: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