After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 608119 - [StShadowTexture] Fix invalid unref of CoglHandle
[StShadowTexture] Fix invalid unref of CoglHandle
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 607605 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-01-26 02:05 UTC by Colin Walters
Modified: 2010-01-29 19:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[StShadowTexture] Fix invalid unref of CoglHandle (932 bytes, patch)
2010-01-26 02:05 UTC, Colin Walters
committed Details | Review
valgrind fragment (2.31 KB, text/plain)
2010-01-26 02:08 UTC, Colin Walters
  Details

Description Colin Walters 2010-01-26 02:05:24 UTC
This code appeared to treat the return value of clutter_texture_get_cogl_texture
as having a new reference, but in fact it doesn't.
Comment 1 Colin Walters 2010-01-26 02:05:26 UTC
Created attachment 152280 [details] [review]
[StShadowTexture] Fix invalid unref of CoglHandle
Comment 2 Colin Walters 2010-01-26 02:08:07 UTC
Created attachment 152281 [details]
valgrind fragment
Comment 3 Colin Walters 2010-01-26 18:03:53 UTC
Attachment 152280 [details] pushed as 2aa305b - [StShadowTexture] Fix invalid unref of CoglHandle
Comment 4 Owen Taylor 2010-01-29 19:48:40 UTC
*** Bug 607605 has been marked as a duplicate of this bug. ***