Initialize ef->writes_pending.
authorbarbieri <barbieri>
Mon, 9 Jun 2008 03:19:25 +0000 (03:19 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Jun 2008 03:19:25 +0000 (03:19 +0000)
commit9958c55015e01b5761a8513e1cb835b665a25e02
treeec38bb762b394abc33b8b020c10ebbb0b66f36d9
parent74dbc0e8e148a950966e5028082da8b425417a46
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).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@34777 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eet_lib.c