1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Remove obsolete valgrind suppression.

This commit is contained in:
David Steele 2024-03-05 17:45:25 +13:00
parent cb58bdc975
commit 7f1bb3a051

View File

@ -1,11 +0,0 @@
# This is an issue after calling getaddrinfo() even if freeaddrinfo() is called as well
{
ignore_free_error_after_getaddrinfo
Memcheck:Free
fun:free
fun:__libc_freeres
fun:_vgnU_freeres
fun:__run_exit_handlers
fun:exit
...
}