diff -r ed7ab0a06849 -r 2c8f5e05c7b7 asan-ignore.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/asan-ignore.txt Thu Dec 13 19:12:38 2018 +0100 @@ -0,0 +1,12 @@ +# There migth be memory leaks ouside our program in shared libraries. +# We want to ignore them and focus on leaks in our code. + +# To use this ignore list, run with: +# LSAN_OPTIONS=suppressions=asan-ignore.txt +# In Netbeans it should be set in the project properties / Run / Environment + +# Would ignore all memory leaks: +# leak:.* + +# Ignore particular libraries: +leak:/usr/lib/x86_64-linux-gnu/libpython3.6m.so