From b9b650806f2682d66b33d257ff648f3a7e72ffb8 Mon Sep 17 00:00:00 2001 From: Boram Park Date: Fri, 2 Oct 2015 12:38:30 -0400 Subject: [PATCH] should remove a frame resource from pending.frames list also Summary: Signed-off-by: Boram Park Reviewers: stefan_schmidt, gwanglim, raster, zmike, devilhorns Reviewed By: zmike, devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D3079 --- src/bin/e_comp_wl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index ddc44eef5..d4b0b5fa0 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1261,6 +1261,9 @@ _e_comp_wl_frame_cb_destroy(struct wl_resource *resource) ec->comp_data->frames = eina_list_remove(ec->comp_data->frames, resource); + + ec->comp_data->pending.frames = + eina_list_remove(ec->comp_data->pending.frames, resource); } static void