diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 0a11fa5f4edf3ec1cc5fe2cc6957bf69cd63695d
parent cd8a337feaa95ebba2dbdd7948fcab9ed9da950a
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 24 Nov 2021 21:15:05 +0100

document leak kinds

Diffstat:
Mdocs/TESTING.MD | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/TESTING.MD b/docs/TESTING.MD @@ -11,6 +11,11 @@ make debug valgrind --leak-check=full ./diary tmp-journal/ 2>log.txt ``` +https://developers.redhat.com/blog/2021/04/23/valgrind-memcheck-different-ways-to-lose-your-memory#generating_a_leak_summary + +Don't use `--show-leak-kinds=all` with Ncurses: +https://invisible-island.net/ncurses/ncurses.faq.html#config_leaks + ## Compile with Debug Symbols To make a build with debug symbols use the `debug` target: