Check for mismatched mosquitto_malloc / free calls.

This commit is contained in:
Roger A. Light
2024-04-25 14:59:46 +01:00
parent 41a310a6f1
commit 48eddd5676
11 changed files with 187 additions and 22 deletions

View File

@@ -40,8 +40,8 @@ jobs:
submodules: 'true'
-
name: make
run: make
run: make ALLOC_MISMATCH_ABORT=yes
-
name: make test
run: |
make ptest
make ALLOC_MISMATCH_ABORT=yes ptest