Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_lib.c 


Log Message:
Initialize ef->writes_pending.

Valgrind just noticed that "writes_pending" was not being initialized,
probably because some old code used calloc() (based on the comment
at the allocation step).

===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- eet_lib.c   9 Jun 2008 03:07:35 -0000       1.109
+++ eet_lib.c   9 Jun 2008 03:19:25 -0000       1.110
@@ -1231,6 +1231,7 @@
    ef->mode = mode;
    ef->header = NULL;
    ef->mtime = file_stat.st_mtime;
+   ef->writes_pending = 0;
    ef->delete_me_now = 0;
    ef->data = NULL;
    ef->data_size = 0;



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to