Commit 13398ccb authored by iggy@recycle.(none)'s avatar iggy@recycle.(none)

Post Merge Fix.

parent a56b0447
...@@ -64,7 +64,7 @@ my_bool init_tmpdir(MY_TMPDIR *tmpdir, const char *pathlist) ...@@ -64,7 +64,7 @@ my_bool init_tmpdir(MY_TMPDIR *tmpdir, const char *pathlist)
DBUG_RETURN(FALSE); DBUG_RETURN(FALSE);
err: err:
delete_dynamic(&t_arr); /* Safe to free */ delete_dynamic(&tmpdir->full_list); /* Safe to free */
pthread_mutex_destroy(&tmpdir->mutex); pthread_mutex_destroy(&tmpdir->mutex);
DBUG_RETURN(TRUE); DBUG_RETURN(TRUE);
} }
......
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