Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
cc2d1f25
Commit
cc2d1f25
authored
5 years ago
by
George Joseph
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "contrib/valgrind: Fix use of frame-level suppression"
parents
7d94bdde
095c204f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/valgrind.supp
+7
-7
7 additions, 7 deletions
contrib/valgrind.supp
with
7 additions
and
7 deletions
contrib/valgrind.supp
+
7
−
7
View file @
cc2d1f25
...
@@ -5,26 +5,26 @@
...
@@ -5,26 +5,26 @@
{
{
dlclose-1
dlclose-1
Memcheck:Addr1
Memcheck:Addr1
fun:
...
...
fun:dlclose
fun:dlclose
fun:load_dynamic_module
fun:load_dynamic_module
fun:
...
...
}
}
{
{
dlclose-2
dlclose-2
Memcheck:Addr2
Memcheck:Addr2
fun:
...
...
fun:dlclose
fun:dlclose
fun:load_dynamic_module
fun:load_dynamic_module
fun:
...
...
}
}
{
{
dlclose-4
dlclose-4
Memcheck:Addr4
Memcheck:Addr4
fun:
...
...
fun:dlclose
fun:dlclose
fun:load_dynamic_module
fun:load_dynamic_module
fun:
...
...
}
}
...
@@ -36,6 +36,6 @@
...
@@ -36,6 +36,6 @@
speex_decode
speex_decode
Memcheck:Cond
Memcheck:Cond
fun:speex_decode_int
fun:speex_decode_int
fun:
...
...
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment