cogl-atlas-texture: Fix a memory leak
authorNeil Roberts <neil@linux.intel.com>
Tue, 13 Apr 2010 16:26:03 +0000 (17:26 +0100)
committerNeil Roberts <neil@linux.intel.com>
Tue, 13 Apr 2010 16:26:03 +0000 (17:26 +0100)
commit1445e9d32d8f4b5c82c81deb32a57a90c0009825
tree853726127aff65fbbf12f68bcd086f9bdf9a8d9d
parent30f43c6cda98a1dcf3a6cca10cf23212bfb2b503
cogl-atlas-texture: Fix a memory leak

The CoglAtlasTexture struct was not being freed in
_cogl_atlas_texture_free so there would be a small leak whenever a
texture was destroyed.

Thanks to Robert Bragg for spotting this.
clutter/cogl/cogl/cogl-atlas-texture.c