ansilove

ANSI and ASCII art to PNG converter in C
Log | Files | Refs | README | LICENSE

commit 0b95ef00b35a2545d3cde8877ef91ac49a1adda7
parent 5b212f3befcd4ecdebf06775169700780c212050
Author: Frederic Cambus <fred@statdns.com>
Date:   Fri,  7 Jun 2019 14:16:07 +0200

Remove forgotten TODO marker, munmap is called in ansilove_clean().

Diffstat:
Msrc/ansilove.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/ansilove.c b/src/ansilove.c @@ -264,8 +264,6 @@ main(int argc, char *argv[]) if (options.scale_factor) { fprintf(stderr, "Scale factor: %d\n", options.scale_factor); } - - /* TODO: munmap, with original ctxSize */ } /* either display SAUCE or tell us if there is no record */