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
1=== modified file 'valgrind-suppress'
2--- valgrind-suppress 2014-01-23 10:59:21 +0000
3+++ valgrind-suppress 2014-01-24 12:32:00 +0000
4@@ -53,7 +53,6 @@
5 {
6 DynLinker
7 Memcheck:Leak
8- match-leak-kinds: definite
9 fun:calloc
10 obj:*
11 fun:_Z24__tracepoints__ptrs_initv
12@@ -65,7 +64,6 @@
13 {
14 DynLinker2
15 Memcheck:Leak
16- match-leak-kinds: definite
17 fun:calloc
18 obj:*
19 fun:__tracepoints__ptrs_init

Subscribers

People subscribed via source and target branches

to all changes: