1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Make valgrind libssh2 leak check less specific.

The leak kind is usually definite but sometimes flaps to possible. For stability purposes accept any leak kind.

Note that this is a leak in a specific version of libssh2 and not a bug in pgBackRest.
This commit is contained in:
David Steele
2024-03-10 09:40:13 +13:00
parent dddcbcd8e9
commit eda7706f53
-1
View File
@@ -9,7 +9,6 @@
{
libssh2_ubuntu_20_04
Memcheck:Leak
match-leak-kinds: definite
...
obj:/usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
...