doc: Document !1887

This commit is contained in:
Jakob Bornecrantz 2023-06-26 20:44:00 +01:00
parent 064da71894
commit 424693d644

View file

@ -0,0 +1,3 @@
- util: Make sure to not destroy invalid `VkSemaphore` objects.
- util: Track native semaphore handles, following the semantics of other handles
in Monado. This fixes the leak of `syncobj_file` on Linux.