Commit 7bd89c50 authored by marko's avatar marko

branches/zip: row_merge_create_temporary_table(): On failure,

row_create_table_for_mysql() will free new_table.  Thus, remove
the call dict_mem_table_free(new_table).
parent 756a8b29
......@@ -1671,7 +1671,6 @@ row_merge_create_temporary_table(
mem_heap_free(heap);
if (error != DB_SUCCESS) {
dict_mem_table_free(new_table);
new_table = NULL;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment