Sly14 / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

Memory leak in texture_atlas_delete #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The opengl textures don't release

The error is in texture_atlas.c line 94

if(!self->id) must be if(self->id)

PD: Sorry for the bad english

Original issue reported on code.google.com by jcgamestoy on 8 Apr 2013 at 12:13

GoogleCodeExporter commented 8 years ago
Thanks, it has been corrected.

Original comment by Nicolas.Rougier@gmail.com on 9 Apr 2013 at 5:26