diff --git a/doc/changes/compositor/mr.1887.md b/doc/changes/compositor/mr.1887.md new file mode 100644 index 000000000..ea292ea98 --- /dev/null +++ b/doc/changes/compositor/mr.1887.md @@ -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.