mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 22:28:13 +02:00
valgrind: add comment to suppressions file
This commit is contained in:
parent
36fc5cac83
commit
40fbb36aad
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
# IMPORTANT: these suppressions strongly depend on the used library version.
|
||||||
|
# They probably don't work out-of-the-box on anything but Fedora, where they
|
||||||
|
# are mainly tested.
|
||||||
|
#
|
||||||
|
# Make sure to install debug information, otherwise the suppression trace might
|
||||||
|
# not match. On Fedora, try 'debuginfo-install dbus-glib glib libnl3'.
|
||||||
{
|
{
|
||||||
NSS_NoDB_Init
|
NSS_NoDB_Init
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue