1
0
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:
monty@tik.mysql.fi
2002-03-05 17:38:16 +02:00
parent cde0896521
commit c1ab560c3d
4 changed files with 11 additions and 2 deletions

View File

@ -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);
}