Merge lp:~compiz-team/compiz/compiz.suppress_1097649 into lp:compiz/0.9.9

Proposed by Sam Spilsbury
Status: Merged
Approved by: Daniel van Vugt
Approved revision: 3565
Merged at revision: 3567
Proposed branch: lp:~compiz-team/compiz/compiz.suppress_1097649
Merge into: lp:compiz/0.9.9
Diff against target: 38 lines (+20/-0)
2 files modified
tests/compiz.supp (+10/-0)
tests/experimental-memcheck/compiz.supp (+10/-0)
To merge this branch: bzr merge lp:~compiz-team/compiz/compiz.suppress_1097649
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+143726@code.launchpad.net

Commit message

Supress g_signal_new leaks. Signals aren't freed.

(LP: #1097649)

Description of the change

Supress g_signal_new leaks. Signals aren't freed.

(LP: #1097649)

To post a comment you must log in.
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)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Hmm, I reported the bug on quantal but only have raring handy right now and can't reproduce it. Looks OK though.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/compiz.supp'
2--- tests/compiz.supp 2013-01-09 10:31:10 +0000
3+++ tests/compiz.supp 2013-01-17 16:40:30 +0000
4@@ -139,3 +139,13 @@
5 fun:strdup
6 fun:*detectCompizBinPath*
7 }
8+
9+{
10+ g_settings_class_init intentionally leaks signals
11+ Memcheck:Leak
12+ fun:g_signal_new
13+ ...
14+ fun:g_type_class_ref
15+ ...
16+ fun:g_object_new
17+}
18
19=== modified file 'tests/experimental-memcheck/compiz.supp'
20--- tests/experimental-memcheck/compiz.supp 2012-07-27 08:22:42 +0000
21+++ tests/experimental-memcheck/compiz.supp 2013-01-17 16:40:30 +0000
22@@ -234,6 +234,16 @@
23 }
24
25 {
26+ g_settings_class_init intentionally leaks signals
27+ Memcheck:Leak
28+ fun:g_signal_new
29+ ...
30+ fun:g_type_class_ref
31+ ...
32+ fun:g_object_new
33+}
34+
35+{
36 g_list_append calls g_slice_alloc can call g_private_get which seems to leave reachable blocks
37 Memcheck:Leak
38 fun:malloc

Subscribers

People subscribed via source and target branches