mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Corrected fix for not freed memory when using corrupted tables
This commit is contained in:
@ -277,7 +277,6 @@ void intern_close_table(TABLE *table)
|
||||
free_io_cache(table);
|
||||
if (table->file)
|
||||
VOID(closefrm(table)); // close file
|
||||
hash_free(&table->name_hash);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user