metacity r4095 - in trunk: . src/core
- From: tthurman svn gnome org
- To: svn-commits-list gnome org
- Subject: metacity r4095 - in trunk: . src/core
- Date: Wed, 28 Jan 2009 02:30:30 +0000 (UTC)
Author: tthurman
Date: Wed Jan 28 02:30:30 2009
New Revision: 4095
URL: http://svn.gnome.org/viewvc/metacity?rev=4095&view=rev
Log:
* src/core/edge-resistance.c: some lists failed to keep track
of their contents and therefore didn't free correctly.
Closes #552303.
Modified:
trunk/ChangeLog
trunk/src/core/edge-resistance.c
Modified: trunk/src/core/edge-resistance.c
==============================================================================
--- trunk/src/core/edge-resistance.c (original)
+++ trunk/src/core/edge-resistance.c Wed Jan 28 02:30:30 2009
@@ -985,8 +985,8 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]