You've already forked pgbackrest
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:
@@ -9,7 +9,6 @@
|
|||||||
{
|
{
|
||||||
libssh2_ubuntu_20_04
|
libssh2_ubuntu_20_04
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
match-leak-kinds: definite
|
|
||||||
...
|
...
|
||||||
obj:/usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
|
obj:/usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user