Skip to content

Commit

Permalink
Add another valgrind suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Sep 27, 2020
1 parent b917914 commit 8e9759d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .valgrindrc
@@ -1,2 +1,3 @@
--memcheck:leak-check=full
--memcheck:track-origins=yes
--suppressions=valgrind.supp
10 changes: 10 additions & 0 deletions valgrind.supp
Expand Up @@ -265,6 +265,16 @@
...
}

{
libGLdispatch leaking memory
Memcheck:Leak
fun:malloc
fun:strdup
...
obj:*libGLdispatch*
...
}

{
dlopen kind of forgot about RAII
Memcheck:Leak
Expand Down

0 comments on commit 8e9759d

Please sign in to comment.