Properly cleanup libmysql
Seems to work correctly with recent MySQL versions.
This commit is contained in:
@@ -143,7 +143,7 @@ void mysql_database_deinit()
|
||||
{
|
||||
initialized->destroy(initialized);
|
||||
mysql_thread_end();
|
||||
/* mysql_library_end(); would be the clean way, however, it hangs... */
|
||||
mysql_library_end();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user