asan-ignore.txt
author František Kučera <franta-hg@frantovo.cz>
Tue, 30 Jul 2019 23:56:32 +0200
branchv_0
changeset 28 cf563336a917
parent 10 2c8f5e05c7b7
permissions -rw-r--r--
Added tag v0.13 for changeset e0674e028bd0

# 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