[ClutterTexture] Check before unrefing the fbo_handle
authorNeil Roberts <neil@linux.intel.com>
Thu, 30 Apr 2009 14:00:01 +0000 (15:00 +0100)
committerNeil Roberts <neil@linux.intel.com>
Thu, 30 Apr 2009 14:09:04 +0000 (15:09 +0100)
commit20cd885c3d6b8fce611c156a491ca93ea7ba13c6
treee05f508e1a38e3ce0a7132c95be0be2de4513594
parent4f692cc3ee9089c568952e758406954bc5cf72dd
[ClutterTexture] Check before unrefing the fbo_handle

When replacing the fbo_handle with a new handle it first unrefs the
old handle. This was previously a call to cogl_offscreen_unref which
silently ignored attempts to unref COGL_INVALID_HANDLE. However the
new cogl_handle_unref does check for this so we should make sure the
handle is valid to avoid the warning.
clutter/clutter-texture.c