Fix initialization and cleanup.

SVN revision: 36307
This commit is contained in:
Cedric BAIL 2008-09-29 09:42:04 +00:00
parent 8e041f819a
commit 3564707421
1 changed files with 1 additions and 2 deletions

View File

@ -100,7 +100,7 @@ static void *
eina_fixed_bitmap_malloc(void *data, __UNUSED__ unsigned int size)
{
Eina_Fixed_Bitmap *mp = data;
Eina_Fixed_Bitmap_Pool *pool;
Eina_Fixed_Bitmap_Pool *pool = NULL;
void *ptr;
int index;
@ -140,7 +140,6 @@ eina_fixed_bitmap_malloc(void *data, __UNUSED__ unsigned int size)
return ptr;
}
#include <stdio.h>
static void
eina_fixed_bitmap_free(void *data, void *ptr)
{