mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 01:19:05 +00:00
core: Fix memory selection source leak after clipboard owner disappears
When an app disappears after some data from it has been copied to the clipboard, the owner of the clipboard selection becomes a new memory selection source. The initial reference this new selection source is never unref'ed, which leads to this being leaked on the next clipboard selection owner change. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1293 (cherry picked from commit a031ac067e4b275d1de3ae7c018711be187fbb6b)
This commit is contained in:
parent
59cb259fdd
commit
ef848f10d1
@ -152,6 +152,7 @@ owner_changed_cb (MetaSelection *selection,
|
||||
display->saved_clipboard);
|
||||
g_set_object (&display->selection_source, new_owner);
|
||||
meta_selection_set_owner (selection, selection_type, new_owner);
|
||||
g_object_unref (new_owner);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user