Forgotten initialization.

SVN revision: 36070
This commit is contained in:
Cedric BAIL 2008-09-18 10:02:40 +00:00
parent 9d54723060
commit c17a9848a3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ static void*
eina_ememoa_fixed_init(const char *context, __UNUSED__ const char *option, va_list args)
{
struct ememoa_mempool_desc_s *desc = NULL;
Eina_Ememoa_Fixed_Mempool *efm;
Eina_Ememoa_Fixed_Mempool *efm = NULL;
Eina_Bool thread_protect;
int context_length;
int item_size;