equal
deleted
inserted
replaced
|
1 # There migth be memory leaks ouside our program in shared libraries. |
|
2 # We want to ignore them and focus on leaks in our code. |
|
3 |
|
4 # To use this ignore list, run with: |
|
5 # LSAN_OPTIONS=suppressions=asan-ignore.txt |
|
6 # In Netbeans it should be set in the project properties / Run / Environment |
|
7 |
|
8 # Would ignore all memory leaks: |
|
9 # leak:.* |
|
10 |
|
11 # Ignore particular libraries: |
|
12 leak:/lib/x86_64-linux-gnu/libdbus-1.so |
|
13 leak:/usr/lib/x86_64-linux-gnu/libfontconfig.so |