Skip to content

Commit

Permalink
#4195 / #3822 destroying windows is not safe
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 20, 2024
1 parent 43eeca4 commit 5032b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/x11/gtk_x11/clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def cleanup_window(self) -> None:
if w:
self.window = None
remove_event_receiver(w.get_xid(), self)
w.destroy()
w.hide()

def cleanup(self) -> None:
if self.x11_filter:
Expand Down

0 comments on commit 5032b01

Please sign in to comment.