SVN revision: 53887
This commit is contained in:
Carsten Haitzler 2010-10-26 07:00:26 +00:00
parent 381728fb86
commit 3a568d6fd4
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ evas_gl_common_texture_render_new(Evas_GL_Context *gc, unsigned int w, unsigned
tex->w = w;
tex->h = h;
tex->pt->references++;
return tex;
return tex;
}
Evas_GL_Texture *