summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc
index 1ab6c50add9..ce7d185a7a1 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -600,7 +600,6 @@ int closefrm(register TABLE *table)
}
delete table->file;
table->file=0; /* For easyer errorchecking */
- hash_free(&table->name_hash);
free_root(&table->mem_root,MYF(0));
DBUG_RETURN(error);
}