Merge lp:~vanvugt/compiz/fix-1102829 into lp:compiz/0.9.9

Proposed by Daniel van Vugt
Status: Merged
Approved by: Sam Spilsbury
Approved revision: 3571
Merged at revision: 3576
Proposed branch: lp:~vanvugt/compiz/fix-1102829
Merge into: lp:compiz/0.9.9
Diff against target: 22 lines (+11/-1)
1 file modified
tests/compiz.supp (+11/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz/fix-1102829
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Sam Spilsbury Approve
Review via email: mp+144253@code.launchpad.net

Commit message

Suppress leaks reported from Google Protobuf. They're out of our control,
I think, and likely one-time.
(LP: #1102829)

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) wrote :

Thanks. Good catch, again :)

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sam Spilsbury (smspillaz) wrote :

BTW, I don't know if the function name mangling is necessary. I can't check right now but it is worth a follow up.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/compiz.supp'
--- tests/compiz.supp 2013-01-17 16:26:28 +0000
+++ tests/compiz.supp 2013-01-22 09:42:24 +0000
@@ -19,7 +19,17 @@
19# Foundation, Inc., 51 Franklin Street, Fifth Floor,19# Foundation, Inc., 51 Franklin Street, Fifth Floor,
20# Boston, MA 02110-1301, USA.20# Boston, MA 02110-1301, USA.
21#21#
22 22
23{
24 Google protobuf leaks in operator new(unsigned long)
25 Memcheck:Leak
26 fun:_Znwm
27 ...
28 fun:_ZN6google8protobuf25EncodedDescriptorDatabase3AddEPKvi
29 fun:_ZN6google8protobuf14DescriptorPool24InternalAddGeneratedFileEPKvi
30 fun:*protobuf_AddDesc_*
31}
32
23{33{
24 g_spawn_check_exit_status34 g_spawn_check_exit_status
25 Memcheck:Cond35 Memcheck:Cond

Subscribers

People subscribed via source and target branches