Merge lp:~michihenning/unity-scopes-api/fix-valgrind into lp:unity-scopes-api

Proposed by Michi Henning
Status: Merged
Approved by: Jussi Pakkanen
Approved revision: 154
Merged at revision: 156
Proposed branch: lp:~michihenning/unity-scopes-api/fix-valgrind
Merge into: lp:unity-scopes-api
Diff against target: 19 lines (+0/-2)
1 file modified
valgrind-suppress (+0/-2)
To merge this branch: bzr merge lp:~michihenning/unity-scopes-api/fix-valgrind
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Jussi Pakkanen (community) Approve
Review via email: mp+203055@code.launchpad.net

Commit message

Removed 3.9-specific suppression directive that breaks valgrind 3.8.x.

Description of the change

Removed 3.9-specific suppression directive that breaks valgrind 3.8.x.

To post a comment you must log in.
Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

Looks good.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'valgrind-suppress'
--- valgrind-suppress 2014-01-23 10:59:21 +0000
+++ valgrind-suppress 2014-01-24 12:32:00 +0000
@@ -53,7 +53,6 @@
53{53{
54 DynLinker54 DynLinker
55 Memcheck:Leak55 Memcheck:Leak
56 match-leak-kinds: definite
57 fun:calloc56 fun:calloc
58 obj:*57 obj:*
59 fun:_Z24__tracepoints__ptrs_initv58 fun:_Z24__tracepoints__ptrs_initv
@@ -65,7 +64,6 @@
65{64{
66 DynLinker265 DynLinker2
67 Memcheck:Leak66 Memcheck:Leak
68 match-leak-kinds: definite
69 fun:calloc67 fun:calloc
70 obj:*68 obj:*
71 fun:__tracepoints__ptrs_init69 fun:__tracepoints__ptrs_init

Subscribers

People subscribed via source and target branches

to all changes: