]> O.S.I.I.S - jp/vkvg.git/commitdiff
debug mutex
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 17 Oct 2018 17:16:31 +0000 (19:16 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 17 Oct 2018 17:16:31 +0000 (19:16 +0200)
src/vkvg_device.c

index d84b929bf86c22fc939a84a3b7f492ed058756bc..eb28323a2f0850aa5d335020a8b111997c686c95 100644 (file)
@@ -120,7 +120,7 @@ void vkvg_device_destroy (VkvgDevice dev)
 
     vmaDestroyAllocator (dev->allocator);
 
-    MUTEX_DESTROY (dev->gQMutex);
+    MUTEX_DESTROY (&dev->gQMutex);
 
     free(dev);
 }