Added a valgrind suppression file for harmless one-time memory leaks.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6176 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2017-01-27 11:19:00 +00:00
parent e43033d137
commit ce186d579d
1 changed files with 42 additions and 0 deletions

42
tools/leak-check.supp Normal file
View File

@ -0,0 +1,42 @@
{
OpenSSL error strings
Memcheck:Leak
...
fun:SSL_load_error_strings
}
{
OpenSSL error strings
Memcheck:Leak
...
fun:ERR_load_SSL_strings
}
{
OpenSSL library init
Memcheck:Leak
...
fun:SSL_library_init
}
{
Dynamic modules loader
Memcheck:Leak
...
fun:dlopen
}
{
Dynamic modules loader
Memcheck:Leak
...
fun:_dl_open
}
{
Dynamic modules loader
Memcheck:Leak
...
fun:_dl_close
}
{
One time engine init
Memcheck:Leak
...
fun:_ZN9TelEngine6Engine10engineInitEv
}