Hey,

when e17 shuts down, the function _e_thumb_hash_del() is called after 
e_thumb_shutdown().

A consequence is that e_thumb_shutdown() sets _thumbs to NULL and 
_e_thumb_hash_del() calls eina_hash_del() on _thumbs, hence an error 
message when e17 exits.

i thnk that the correct fix would be to call _e_thumb_hash_del() before 
e_thumb_shutdown() (but i have no idea on how to do that)

Vincent

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to