Skip to content

Commit 9646f94

Browse files
author
Jan Lindström
committed
MDEV-6759: innodb valgrind failures
Fix failure seen on dict_foreign_remove_partial.
1 parent 0a16fe4 commit 9646f94

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

storage/innobase/dict/dict0dict.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,6 @@ struct dict_foreign_remove_partial
14831483
if (table != NULL) {
14841484
table->referenced_set.erase(foreign);
14851485
}
1486-
dict_foreign_free(foreign);
14871486
}
14881487
};
14891488

storage/xtradb/dict/dict0dict.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,6 @@ struct dict_foreign_remove_partial
14831483
if (table != NULL) {
14841484
table->referenced_set.erase(foreign);
14851485
}
1486-
dict_foreign_free(foreign);
14871486
}
14881487
};
14891488

0 commit comments

Comments
 (0)