oops - typo in dyn image fix. fix!

SVN revision: 65052
This commit is contained in:
Carsten Haitzler 2011-11-11 07:43:38 +00:00
parent dcb34d789b
commit f6b826fde9
1 changed files with 2 additions and 2 deletions

View File

@ -647,8 +647,8 @@ evas_gl_texture_pool_empty(Evas_GL_Texture_Pool *pt)
#if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX) #if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)
if (pt->dyn.img) if (pt->dyn.img)
{ {
if (im->tex->pt->dyn.checked_out > 0) if (pt->dyn.checked_out > 0)
glsym_eglUnmapImageSEC(pt->gc->egldisp, pt->dyn.img); secsym_eglUnmapImageSEC(pt->gc->egldisp, pt->dyn.img);
secsym_eglDestroyImage(pt->gc->egldisp, pt->dyn.img); secsym_eglDestroyImage(pt->gc->egldisp, pt->dyn.img);
pt->dyn.img = NULL; pt->dyn.img = NULL;
pt->dyn.data = NULL; pt->dyn.data = NULL;