asan-ignore.txt
author František Kučera <franta-hg@frantovo.cz>
Thu, 05 Sep 2019 00:14:32 +0200
branchv_0
changeset 9 59564f6cffc2
parent 0 bb36d1770a9e
permissions -rw-r--r--
Added tag v0.1 for changeset 127d06e3a004

# 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:/lib/x86_64-linux-gnu/libdbus-1.so
leak:/usr/lib/x86_64-linux-gnu/libfontconfig.so