right...this is malloc...

SVN revision: 50963
This commit is contained in:
Mike Blumenkrantz 2010-08-10 12:25:34 +00:00
parent a7398f4e08
commit 7833796e00
1 changed files with 4 additions and 0 deletions

View File

@ -427,6 +427,10 @@ eina_array_new(unsigned int step)
array->total = 0;
array->count = 0;
array->step = step;
#ifdef EFL_HAVE_POSIX_THREADS_RWLOCK
array->threadsafe = EINA_FALSE;
array->lockcount = 0;
#endif
DBG("array=%p", array);