mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +02:00
memcheck: Add a 'make memcheck' target that runs valgrind
Checks for memory errors and leaks https://bugzilla.gnome.org/show_bug.cgi?id=711744
This commit is contained in:
16
build/glib-test.supp
Normal file
16
build/glib-test.supp
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
glibc-tls-allocation
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
fun:_dl_allocate_tls
|
||||
fun:pthread_create@@GLIBC_2.2.5
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
pthread-exit
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:pthread_exit
|
||||
...
|
||||
}
|
Reference in New Issue
Block a user