mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed some memory leaks
Disabled some asserts that we can't yet have enabled
This commit is contained in:
@@ -797,7 +797,7 @@ PFS_cond* create_cond(PFS_cond_class *klass, const void *identity)
|
||||
*/
|
||||
void destroy_cond(PFS_cond *pfs)
|
||||
{
|
||||
DBUG_ENTER("destroy_thread");
|
||||
DBUG_ENTER("destroy_cond");
|
||||
|
||||
DBUG_ASSERT(pfs != NULL);
|
||||
PFS_cond_class *klass= pfs->m_class;
|
||||
|
Reference in New Issue
Block a user