summaryrefslogtreecommitdiffstats
path: root/leaks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'leaks.patch')
-rw-r--r--leaks.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/leaks.patch b/leaks.patch
deleted file mode 100644
index 68f524a..0000000
--- a/leaks.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up metacity-2.23.610/src/core/edge-resistance.c.leaks metacity-2.23.610/src/core/edge-resistance.c
---- metacity-2.23.610/src/core/edge-resistance.c.leaks 2008-09-14 22:39:38.000000000 -0400
-+++ metacity-2.23.610/src/core/edge-resistance.c 2008-09-14 22:43:28.000000000 -0400
-@@ -985,8 +985,8 @@ meta_display_compute_resistance_and_snap
- cur_window_iter = cur_window_iter->next;
- }
- /* Put 'em in bottom to top order */
-- rem_windows = g_slist_reverse (obscuring_windows);
-- rem_win_stacking = g_slist_reverse (window_stacking);
-+ rem_windows = obscuring_windows = g_slist_reverse (obscuring_windows);
-+ rem_win_stacking = window_stacking = g_slist_reverse (window_stacking);
-
- /*
- * 3rd: loop over the windows again, this time getting the edges from