Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_hash.c Log Message: No need to call free_value, since we set value to NULL =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_hash.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ecore_hash.c 6 Sep 2005 21:00:55 -0000 1.16 +++ ecore_hash.c 30 Sep 2005 06:09:36 -0000 1.17 @@ -423,7 +423,7 @@ ret = node->value; node->value = NULL; _ecore_hash_node_destroy(node, hash->free_key, - hash->free_value); + NULL); } } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs