BUG#9626 Several serious errors reported by Valgrind in latest 5.0 bk tree

 - Fixing obvious ones
parent 2f398fc3
......@@ -5803,6 +5803,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func,
{
thd->cleanup();
delete thd;
delete ndb;
DBUG_RETURN(NULL);
}
......@@ -5921,6 +5922,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func,
thd->cleanup();
delete thd;
delete ndb;
DBUG_PRINT("exit", ("ndb_util_thread"));
my_thread_end();
pthread_exit(0);
......
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