1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fixed a memory leak in ha_tina.cc

This commit is contained in:
serg@serg.mylan
2005-09-22 16:05:05 +02:00
parent 306dcf0620
commit 40c43365c5
3 changed files with 17 additions and 0 deletions

View File

@ -598,6 +598,10 @@ int ha_panic(enum ha_panic_function flag)
#ifdef HAVE_ARCHIVE_DB
if (have_archive_db == SHOW_OPTION_YES)
error|= archive_db_end();
#endif
#ifdef HAVE_CSV_DB
if (have_csv_db == SHOW_OPTION_YES)
error|= tina_end();
#endif
if (ha_finish_errors())
error= 1;