evas: fix crash when preloading Evas_Object_Image.

This was a left over from the Eina_Rectangle patch improvement from Rajeev,
thanks Chris for spotting it.
This commit is contained in:
Cedric BAIL 2014-06-19 22:39:15 +02:00
parent 4ef61a1c29
commit 35f0cd2680
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ _evas_gl_preload_main_loop_wakeup(void)
async->tex->aptt);
pt_unref(async->tex->ptt);
async->tex->ptt = NULL;
free(async->tex->aptt);
eina_rectangle_pool_release(async->tex->aptt);
async->tex->aptt = NULL;
evas_gl_common_texture_free(async->tex, EINA_FALSE);