mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 06:40:18 +01:00
valgrind: add comment to suppressions file
(cherry picked from commit 40fbb36aad)
This commit is contained in:
parent
256f11e6fc
commit
aa725e3abf
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
|
||||
Memcheck:Leak
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue