* eina_rectangle: Forgot to initialise one attribute.

SVN revision: 41606
This commit is contained in:
Cedric BAIL 2009-08-05 14:46:21 +00:00
parent 7db27df3c8
commit 2bc76eab5a
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ eina_rectangle_pool_new(int w, int h)
new->head = NULL;
new->empty = eina_list_append(NULL, eina_rectangle_new(0, 0, w, h));
new->references = 0;
new->sorted = EINA_FALSE;
new->w = w;
new->h = h;