This bug was fixed in the package compiz - 1:0.9.12.1+15.10.20150511-0ubuntu1
--------------- compiz (1:0.9.12.1+15.10.20150511-0ubuntu1) wily; urgency=medium [ Alberts Muktupāvels ] * Remove unused setting from gtk-window-decorator. * Stop using ccp_plugin.patch only in ubuntu, apply it to source and remove it from debian/patches. [ Martin Wimpress ] * Default MATE keybindings to be consistent with other MATE WMs. [ Stephen M. Webb ] * OpenGL plugin: refine GLTexture API to adhere to class invariants (LP: #1101594) * removed redundant 12.04 migration scripts (LP: #1400493, #1423566) -- CI Train Bot <ci-train-...@canonical.com> Mon, 11 May 2015 16:39:16 +0000 ** Changed in: compiz (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1101594 Title: Coverity UNINIT_CTOR - CID 12579 - plugins/opengl/src/texture.cpp - in function: TfpTexture::TfpTexture() - Non-static class members "x11Pixmap" and "source" are not initialized in this constructor nor in any functions that it calls. Status in Compiz: In Progress Status in Compiz 0.9.9 series: Won't Fix Status in compiz package in Ubuntu: Fix Released Bug description: This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity CID: 12579 Checker: UNINIT_CTOR Category: No category available CWE definition: http://cwe.mitre.org/data/definitions/457.html File: /tmp/buildd/compiz-0.9.9~daily13.01.14/plugins/opengl/src/texture.cpp Function: TfpTexture::TfpTexture() Code snippet: 596 damaged (true), 597 damage (None), 598 updateMipMap (true) 599 { CID 12579 - UNINIT_CTOR Non-static class member "x11Pixmap" is not initialized in this constructor nor in any functions that it calls. Non-static class member "source" is not initialized in this constructor nor in any functions that it calls. 600 } 601 602 TfpTexture::~TfpTexture () 603 { 604 if (pixmap) 605 { To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1101594/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp