summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-04-14 13:43:06 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-04-14 13:43:06 -0700
commite12a186ab032d02edd8673f194f5c3a0ffe8ce93 (patch)
tree8c62a1b47075ff44059af57c63a4c283ed989b80 /notes.txt
parentcead7941015db64bca5e381ac40bbe5a942da18e (diff)
downloadweston-e12a186ab032d02edd8673f194f5c3a0ffe8ce93.tar.gz
notes: Don't manipulate lists while tranversing the list
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index e49052b8..ba434a37 100644
--- a/notes.txt
+++ b/notes.txt
@@ -5,6 +5,16 @@ mentioned. Let's keep these in date order, newest first.
-----------------------------------------------------------------------
+2015-04-14; Pekka Paalanen <ppaalanen@gmail.com>
+http://lists.freedesktop.org/archives/wayland-devel/2015-April/021309.html
+
+Never destroy weston_views or weston_surfaces from animation hooks.
+Never destroy weston_views from weston_view signals.
+
+Basically, never manipulate a list while transversing it.
+
+
+-----------------------------------------------------------------------
2012-10-23; Pekka Paalanen <ppaalanen@gmail.com>
http://lists.freedesktop.org/archives/wayland-devel/2012-October/005969.html