I need to double check this is the case, but a wl-copy running using wlr-data-control will see all the new offers as they come in, and destroy none of them. That means we're leaking struct wl_resources and struct offers. Are there any other cases where we might be doing this?
I need to double check this is the case, but a
wl-copy
running using wlr-data-control will see all the new offers as they come in, and destroy none of them. That means we're leakingstruct wl_resource
s andstruct offer
s. Are there any other cases where we might be doing this?