should remove a frame resource from pending.frames list also

Summary: Signed-off-by: Boram Park <boram1288.park@samsung.com>

Reviewers: stefan_schmidt, gwanglim, raster, zmike, devilhorns

Reviewed By: zmike, devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3079
This commit is contained in:
Boram Park 2015-10-02 12:38:30 -04:00 committed by Chris Michael
parent c27ecb89fb
commit b9b650806f
1 changed files with 3 additions and 0 deletions

View File

@ -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