Re: [PATCH] screen-share: Use the correct list pointer when freeing shm buffers

2015-07-13 Thread Bryce Harrington
On Mon, Jul 13, 2015 at 11:02:07AM -0500, Derek Foreman wrote: > looks correct to me. > > Reviewed-by: Derek Foreman Thanks, pushed: To ssh://git.freedesktop.org/git/wayland/weston 2f2a70c..29f09fe master -> master > On 10/07/15 08:52 PM, Bryce Harrington wrote: > > The wl_list_for_each op

Re: [PATCH] screen-share: Use the correct list pointer when freeing shm buffers

2015-07-13 Thread Derek Foreman
looks correct to me. Reviewed-by: Derek Foreman On 10/07/15 08:52 PM, Bryce Harrington wrote: > The wl_list_for_each operation on the free_buffers list should use > free_link not link, which is a different list. > > Signed-off-by: Bryce Harrington > --- > src/screen-share.c | 4 ++-- > 1 file

[PATCH] screen-share: Use the correct list pointer when freeing shm buffers

2015-07-10 Thread Bryce Harrington
The wl_list_for_each operation on the free_buffers list should use free_link not link, which is a different list. Signed-off-by: Bryce Harrington --- src/screen-share.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screen-share.c b/src/screen-share.c index 6b1b34c..