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:
@@ -110,8 +110,8 @@ void cleanup_setup_object_hash(void)
|
||||
{
|
||||
if (setup_object_hash_inited)
|
||||
{
|
||||
lf_hash_destroy(&setup_object_hash);
|
||||
setup_object_hash_inited= false;
|
||||
lf_hash_destroy(&setup_object_hash);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user