Skip to content

Commit 2144317

Browse files
committed
WindowCloneContainer: Don't hold an extra reference to WindowClone
1 parent 7b77cf9 commit 2144317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/WindowCloneContainer.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace Gala {
5151
* The window that is currently selected via keyboard shortcuts. It is not
5252
* necessarily the same as the active window.
5353
*/
54-
private WindowClone? current_window = null;
54+
private unowned WindowClone? current_window = null;
5555

5656
public WindowCloneContainer (WindowManager wm, GestureTracker? gesture_tracker, float scale, bool overview_mode = false) {
5757
Object (wm: wm, gesture_tracker: gesture_tracker, monitor_scale: scale, overview_mode: overview_mode);

0 commit comments

Comments
 (0)