asan-ignore.txt
author František Kučera <franta-hg@frantovo.cz>
Wed, 20 Feb 2019 11:30:49 +0100
branchv_0
changeset 37 d905557eda62
parent 5 0c07be8dad00
permissions -rw-r--r--
Added tag v0.10 for changeset e54814c9a54d

# 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