The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

os/threading: fix assert in debug build

authored by

Weijie Wang and committed by
Simon Zeni
e1f02b46 112dc319

+1 -1
+1 -1
src/xrt/auxiliary/os/os_threading.h
··· 167 167 assert(om->initialized); 168 168 assert(om->recursive); 169 169 170 - os_mutex_destroy(om); 170 + pthread_mutex_destroy(&om->mutex); 171 171 172 172 #ifndef NDEBUG 173 173 om->initialized = false;