The _request_failed() function is called by error responses from slaves, and iterating over references of a entry and removing each of them must be done with EINA_LIST_FOREACH_SAFE(), since _entry_free_cb() calls _entry_reference_del() which then removes the reference that is used in the next iteration in for-loop from _request_failed(). Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi> SVN revision: 81580devs/devilhorns/wayland_egl
parent
5973f890aa
commit
da061849b0
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue