mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-28 17:41:28 +03:00
valgrind: Ignore valgrind free bug on exit
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
8979150745
commit
f65f41acc2
@ -28,6 +28,18 @@
|
||||
obj:/lib64/ld-2.15.so
|
||||
}
|
||||
|
||||
### VALGRIND
|
||||
{
|
||||
valgrind_exit_free_bug
|
||||
Memcheck:Free
|
||||
fun:free
|
||||
fun:__libc_freeres
|
||||
fun:_vgnU_freeres
|
||||
fun:__run_exit_handlers
|
||||
fun:exit
|
||||
}
|
||||
|
||||
|
||||
### OPENSSL
|
||||
{
|
||||
openssl_crypto_value8
|
||||
|
Loading…
x
Reference in New Issue
Block a user