Skip to content
Permalink
Browse files
Fix a memory leak in ALTER TABLE
Closes #965
  • Loading branch information
FaramosCZ authored and dr-m committed Jan 14, 2019
1 parent 7907816 commit f5ee7fb
Showing 1 changed file with 1 addition and 0 deletions.
@@ -836,6 +836,7 @@ BtrBulk::insert(
level, m_flush_observer));
err = new_page_bulk->init();
if (err != DB_SUCCESS) {
UT_DELETE(new_page_bulk);
return(err);
}

0 comments on commit f5ee7fb

Please sign in to comment.