Skip to content

Commit

Permalink
Add .valgrindrc, update valgrind suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Sep 27, 2020
1 parent 5b5bbf0 commit b917914
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .valgrindrc
@@ -0,0 +1,2 @@
--memcheck:leak-check=full
--suppressions=valgrind.supp
18 changes: 18 additions & 0 deletions valgrind.supp
Expand Up @@ -255,3 +255,21 @@
fun:snd1_pcm_hw_param_set_last
...
}

{
X11 Locale Modifiers
Memcheck:Leak
fun:malloc
fun:_XlcDefaultMapModifiers
fun:XSetLocaleModifiers
...
}

{
dlopen kind of forgot about RAII
Memcheck:Leak
fun:_Znwm
...
fun:_dl_catch_exception
...
}

0 comments on commit b917914

Please sign in to comment.