Skip to content

Fix race in destroy request's

efriedrich requested to merge efriedrich/wayland:fix-proxy-destroy-race into main

the complete description is available in the issue:

#86 (closed)

this merge request will fix the race by adding "-" to the signature of the wayland destroy requests and movind the proxy_destroy inside of marshal calls, in the marshal call signature will be checked for "-" and only in case it is found proxy will be destroyed

Signed-off-by: Eugen Friedrich efriedrich@de.adit-jv.com

Edited by Simon Ser

Merge request reports