Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/heap_cmd: fix -Wuse-after-free
Strictly speaking, this is not actually a use after free, as only the address of the freed memory chunk is printed. The freed memory is not accesses. However, this is more idiomatic this way.
- Loading branch information