mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
data-control-v1: fix data source not properly destroyed
This commit is contained in:
parent
a28167c255
commit
340281b48a
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ static void client_source_cancel(struct wlr_data_source *wlr_source) {
|
|||
struct client_data_source *source =
|
||||
client_data_source_from_source(wlr_source);
|
||||
zwlr_data_control_source_v1_send_cancelled(source->resource);
|
||||
wlr_data_source_finish(wlr_source);
|
||||
// Make the resource inert
|
||||
wl_resource_set_user_data(source->resource, NULL);
|
||||
free(source);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue