[clutter-texture] Unref the Cogl material on dispose
authorNeil Roberts <neil@linux.intel.com>
Thu, 5 Feb 2009 18:27:04 +0000 (18:27 +0000)
committerNeil Roberts <neil@linux.intel.com>
Thu, 5 Feb 2009 18:27:04 +0000 (18:27 +0000)
commite3496429372b565724b20a3df50720ff434e543e
treeb92b58a22afaa8ad1f2c515b6000579a8d729260
parentee0bf5e26d73b47627f0655dd3c8a4c2377b3256
[clutter-texture] Unref the Cogl material on dispose

The material is created in the _init function and is owned by the
ClutterTexture so it will be leaked if not freed.
clutter/clutter-texture.c