k_auto_object: Fix data race
Change the memory order to acqure-release when we decrement the reference count. Prevents a race with line 89 reported by TSan.
Please register or sign in to comment
Change the memory order to acqure-release when we decrement the reference count. Prevents a race with line 89 reported by TSan.