From: raster Date: Fri, 7 Jan 2011 10:52:19 +0000 (+0000) Subject: ooh silly! remove the list item, not head! as intended. fix. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~927 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a51b0ab2e7d6a817a89bea3e62aa6167e60bf9b;p=profile%2Fivi%2Fedje.git ooh silly! remove the list item, not head! as intended. fix. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@55979 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_message_queue.c b/src/lib/edje_message_queue.c index 9a4a339..13387f7 100644 --- a/src/lib/edje_message_queue.c +++ b/src/lib/edje_message_queue.c @@ -153,7 +153,7 @@ again: EINA_LIST_FOREACH_SAFE(tmp_msgq, l, ln, em) { if (em->edje != ed) continue; - tmp_msgq = eina_list_remove_list(tmp_msgq, tmp_msgq); + tmp_msgq = eina_list_remove_list(tmp_msgq, l); if (!ed->delete_me) { ed->processing_messages++;