Commit 746c3316 authored by marko's avatar marko

branches/zip: row_merge_create_temporary_table(): On error, free the

data dictionary object new_table.  This fixes a memory leak.
parent e9276f80
......@@ -1707,6 +1707,7 @@ row_merge_create_temporary_table(
if (error != DB_SUCCESS) {
trx->error_state = error;
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