Diff between cd1a15804997a8b4247ee75de9a4713a47633519 and 95049a1816d9d963988f3209b299edc53bd5dc44

Changed Files

File Additions Deletions Status
HACKING +3 -2 modified

Full Patch

diff --git a/HACKING b/HACKING
index ffca598..a8fb403 100644
--- a/HACKING
+++ b/HACKING
@@ -89,8 +89,9 @@ automatically includes this option.
     # sudo ./src/bluetoothd -n -d
 
   Run daemon with valgrind
-   # sudo valgrind --trace-children=yes --track-origins=yes --track-fds=yes
-   --show-possibly-lost=no --leak-check=full ./src/bluetoothd -n -d
+   # sudo valgrind --trace-children=yes --track-origins=yes --track-fds=yes \
+   --show-possibly-lost=no --leak-check=full --suppressions=./tools/valgrind.supp \
+   ./src/bluetoothd -n -d
 
 For production installations or distribution packaging it is important that
 the "--enable-maintainer-mode" option is NOT used.