Commit b429e8ca authored by Marko Mäkelä's avatar Marko Mäkelä

Mariabackup: Detach the threads at exit

parent 2b387855
......@@ -1938,7 +1938,7 @@ decrypt_decompress_thread_func(void *arg)
ctxt->ret = ret;
os_thread_exit(NULL);
os_thread_exit();
OS_THREAD_DUMMY_RETURN;
}
......
......@@ -840,7 +840,7 @@ kill_query_thread(
os_event_set(kill_query_thread_stopped);
os_thread_exit(NULL);
os_thread_exit();
OS_THREAD_DUMMY_RETURN;
}
......
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