mariabackup: Properly call os_thread_exit() with detach=true
There is no call to os_thread_join(), so we should detach the thread handles in order to avoid any resource leaks.
Showing
Please register or sign in to comment
There is no call to os_thread_join(), so we should detach the thread handles in order to avoid any resource leaks.