Browse Source

asan: Re-enable new_delete_type_mismatch

Now that it is fixed by

dab5457620 "Fix deleting FrameManagerImpl*"
261954b4bd "Fix deleting SpeechWaveGenerator"
master
Samuel Thibault 3 years ago
parent
commit
41fe49ea34
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .github/workflows/ci.yml

+ 2
- 2
.github/workflows/ci.yml View File

@@ -37,9 +37,9 @@ jobs:
- name: configure
run: CXXFLAGS="-fsanitize=address -g -Og" CFLAGS="-fsanitize=address -g -Og" ./configure
- name: make
run: ASAN_OPTIONS="detect_leaks=0 new_delete_type_mismatch=0" make
run: ASAN_OPTIONS="detect_leaks=0" make
- name: make check
run: ASAN_OPTIONS="detect_leaks=0 new_delete_type_mismatch=0" make check
run: ASAN_OPTIONS="detect_leaks=0" make check

lsan:


Loading…
Cancel
Save