mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
selection: primary unset: don’t free text twice
This commit is contained in:
parent
2e7102c956
commit
dd18710bb7
1 changed files with 0 additions and 1 deletions
|
|
@ -705,7 +705,6 @@ selection_primary_unset(struct seat *seat)
|
|||
zwp_primary_selection_device_v1_set_selection(
|
||||
seat->primary_selection_device, NULL, primary->serial);
|
||||
zwp_primary_selection_source_v1_destroy(primary->data_source);
|
||||
free(primary->text);
|
||||
|
||||
primary->data_source = NULL;
|
||||
primary->serial = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue