1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2026-03-28 05:07:47 +01:00
aerc/filters
Robin Jarry 4007bd77fb colorize: free memory on exit to silence valgrind
Valgrind is rather pedantic about what it considers memory "leaks". On
exit, even memory chunks that were allocated with malloc and are still
referenced by static symbols are considered leaked.

Free every regex and dynamically allocated escape sequence.

Link: https://builds.sr.ht/~rjarry/job/1713008#task-validate-85
Reported-by: Julio B <julio.bacel@gmail.com>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Julio B <julio.bacel@gmail.com>
2026-03-24 21:55:23 +01:00
..
vectors calendar: write UTC explicitly with Z suffix in timestamp 2026-02-13 08:54:07 +01:00
calendar calendar: write UTC explicitly with Z suffix in timestamp 2026-02-13 08:54:07 +01:00
colorize.c colorize: free memory on exit to silence valgrind 2026-03-24 21:55:23 +01:00
hldiff filters: Add missing shebangs 2022-07-11 15:53:23 +02:00
html html: only pass supported w3m options 2025-05-12 13:18:25 +02:00
html-unsafe filters: remove hard dependency on socksify 2024-12-26 11:44:19 +01:00
plaintext filters: try and make awk scripts posix compliant 2022-07-18 13:58:21 +02:00
show-ics-details.py show-ics-details.py: fix error with python < 3.9 2022-03-24 15:30:42 +01:00
test.sh filters: make non-printing chars visible in test diffs 2026-02-13 09:07:43 +01:00
wrap.c wrap: do not set _XOPEN_SOURCE on NetBSD 2025-03-06 10:34:09 +01:00