mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
parent
5d85749953
commit
2250b42f52
1 changed files with 1 additions and 1 deletions
|
@ -5421,8 +5421,8 @@ fts_free(
|
|||
{
|
||||
fts_t* fts = table->fts;
|
||||
table->fts = NULL;
|
||||
mem_heap_free(fts->fts_heap);
|
||||
fts->~fts_t();
|
||||
mem_heap_free(fts->fts_heap);
|
||||
}
|
||||
|
||||
/*********************************************************************//**
|
||||
|
|
Loading…
Reference in a new issue