[evas] Oopsies-- on an example.

SVN revision: 60458
This commit is contained in:
Gustavo Lima Chaves 2011-06-17 21:16:25 +00:00
parent 04180e384d
commit 665837d7df
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,6 @@ struct test_data
{
Ecore_Evas *ee;
Evas *canvas;
Eina_Bool obscured;
Ecore_Timer *resize_timer;
Evas_Object *img, *bg, *clipper, *clipper_border, *text;
};
@ -226,6 +224,7 @@ error:
fprintf(stderr, "you got to have at least one evas engine built and linked"
" up to ecore-evas for this example to run properly.\n");
panic:
ecore_evas_free(d.ee);
ecore_evas_shutdown();
return -1;
}