Several leaks in ccsIntegratedSettingListAppend() ... from ccsGNOMEIntegrationBackendGetIntegratedSetting() from readSetting (gsettings.c:375)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
High
|
Sam Spilsbury | ||
0.9.8 |
Won't Fix
|
High
|
Unassigned | ||
compiz (Ubuntu) |
Fix Released
|
High
|
Sam Spilsbury |
Bug Description
Several leaks in ccsIntegratedSe
These look like they might be recurring at runtime. So probably more severe than the other leaks found today...
==9349== 288 bytes in 18 blocks are definitely lost in loss record 1,151 of 1,327
==9349== at 0x4C2B3F8: malloc (in /usr/lib/
==9349== by 0xA313905: ccsIntegratedSe
==9349== by 0xA3149FC: ccsIntegratedSe
==9349== by 0xA31DB7B: ccsIntegratedSe
==9349== by 0xAFD03C4: ccsGNOMEIntegra
==9349== by 0xAFCFC88: readSetting (gsettings.c:375)
==9349== by 0xA31A9AA: ccsReadPluginSe
==9349== by 0xA30CB4B: ccsLoadPluginSe
==9349== by 0xA3197B1: ccsContextNew (main.c:552)
==9349== by 0xA0DE0FE: CcpScreen:
==9349== by 0xA0E03A8: CompPlugin:
==9349== by 0x4EAF425: CompManager:
==9349==
==9349== 288 bytes in 18 blocks are definitely lost in loss record 1,152 of 1,327
==9349== at 0x4C2B3F8: malloc (in /usr/lib/
==9349== by 0xA313905: ccsIntegratedSe
==9349== by 0xA3149FC: ccsIntegratedSe
==9349== by 0xA31DB7B: ccsIntegratedSe
==9349== by 0xAFD03C4: ccsGNOMEIntegra
==9349== by 0xAFCFC88: readSetting (gsettings.c:375)
==9349== by 0xA3170B6: ccsReadSettings
==9349== by 0xA0DE10A: CcpScreen:
==9349== by 0xA0E03A8: CompPlugin:
==9349== by 0x4EAF425: CompManager:
==9349== by 0x4EAFCF0: CompPlugin:
==9349== by 0x4E83447: compiz:
... and more severe:
==9349== 512 bytes in 32 blocks are definitely lost in loss record 1,203 of 1,327
==9349== at 0x4C2B3F8: malloc (in /usr/lib/
==9349== by 0xA313905: ccsIntegratedSe
==9349== by 0xA3149FC: ccsIntegratedSe
==9349== by 0xA31DB7B: ccsIntegratedSe
==9349== by 0xAFD03C4: ccsGNOMEIntegra
==9349== by 0xAFCFC88: readSetting (gsettings.c:375)
==9349== by 0xA31A9AA: ccsReadPluginSe
==9349== by 0xA30CB4B: ccsLoadPluginSe
==9349== by 0xA31AADC: ccsFindSettingD
==9349== by 0xA0DEE08: CcpScreen:
==9349== by 0xA0DF8D6: CcpScreen:
==9349== by 0x4EAE7F3: CompScreen:
Related branches
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Daniel van Vugt: Approve
-
Diff: 58 lines (+36/-1)2 files modifiedcompizconfig/integration/gnome/src/ccs_gnome_integration.c (+10/-1)
compizconfig/integration/gnome/tests/compizconfig_test_ccs_gnome_integration.cpp (+26/-0)
Changed in compiz (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
description: | updated |
description: | updated |
Changed in compiz: | |
status: | Triaged → In Progress |
Changed in compiz (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → Sam Spilsbury (smspillaz) |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
Assigning to smspillaz in case he can see the cause of this easily.