diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-04-14 13:43:06 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-04-14 13:43:06 -0700 |
commit | e12a186ab032d02edd8673f194f5c3a0ffe8ce93 (patch) | |
tree | 8c62a1b47075ff44059af57c63a4c283ed989b80 /notes.txt | |
parent | cead7941015db64bca5e381ac40bbe5a942da18e (diff) | |
download | weston-e12a186ab032d02edd8673f194f5c3a0ffe8ce93.tar.gz |
notes: Don't manipulate lists while tranversing the list
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |