efl/legacy
David Walter Seikel 35d34dee92 The comment does say "Allocate struct for eet file and have it zero'd
out" but using calloc is inefficient since most members of the struct
are written to straight away.  Valgrind complains that the data member
can sometimes be used without being initialised.  Seems to happen when
we can't open it and eet_close tests the value of the data member.

Those that know this code better than me should check this. Probably a
good idea to initialise ALL members at this point.


SVN revision: 24848
2006-08-17 20:22:23 +00:00
..
ecore + Add a check for linux/input.h, this isnt acutally the best way, 2006-08-17 19:38:30 +00:00
edje fix escape handling in quotes! :) 2006-08-13 10:37:04 +00:00
eet The comment does say "Allocate struct for eet file and have it zero'd 2006-08-17 20:22:23 +00:00
embryo release the asparagus... another snapshot! :) 2006-07-23 21:40:03 +00:00
emotion Fix a freeze when a file is not valid. Add support for DVD (but i works randomly...) 2006-07-18 19:04:38 +00:00
evas add SVG loader to debian packages. 2006-08-17 17:50:35 +00:00