From 830239c60f1be00eb5e690c7472e2e9bd6773940 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 16 Oct 2014 11:44:46 -0400 Subject: [PATCH] fix typo Signed-off-by: Chris Michael --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 8b9814470..26f5bc1d9 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -731,7 +731,7 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client *ec) if (ec->comp_data->pending.opaque) eina_tiler_free(ec->comp_data->pending.opaque); - EINA_LIST_FREE(ec->comp_data->pending.damage, dmg) + EINA_LIST_FREE(ec->comp_data->pending.damages, dmg) eina_rectangle_free(dmg); if (ec->comp_data->pending.input)