diff options
-rw-r--r-- | odb/details/posix/thread.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/posix/thread.ixx b/odb/details/posix/thread.ixx index afc72a1..ed831c2 100644 --- a/odb/details/posix/thread.ixx +++ b/odb/details/posix/thread.ixx @@ -12,7 +12,7 @@ namespace odb ~thread () { if (!detached_) - pthread_detach (id_) + pthread_detach (id_); } inline void* thread:: |