Files
public/valgrind_notes.txt
2026-03-13 16:39:21 -04:00

6 lines
96 B
Plaintext

valgrind \
--leak-check=full \
--show-leak-kinds=all \
--track-origins=yes \
./test_app