bugaevc / wl-clipboard

Command-line copy/paste utilities for Wayland
GNU General Public License v3.0
1.62k stars 60 forks source link

wl-copy leaks offers #69

Closed bugaevc closed 1 year ago

bugaevc commented 5 years ago

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?