commit | f53beb8fb94e5a096bc9e2872b2995a46598dac6 | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Fri May 29 16:32:52 2015 -0500 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Fri Jul 10 18:46:24 2015 -0700 |
tree | d774018edc2859a56da029eac24723d167ffa77b | |
parent | da41b5739df1a9768a97c77d80a8d9c513a2bd6f [diff] |
compositor-wayland: Use the correct list pointer when freeing shm buffers The wl_list_for_each operation on the free_buffers list should use free_link not link, which is a different list. This fixes a crash when entering fullscreen mode when using the pixman renderer on the wayland back-end. Signed-off-by: Derek Foreman <derekf@osg.samsung.com>