commit 3e78110f60d081c739d2b721f5f16e0ce4ad3a0c
parent 5b99df7b4969f20f7bb28203763365b2e377da64
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 25 May 2020 18:28:58 +0200
Remove forgotten TODO, the gdFree() call happens in ansilove_clean().
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/output.c b/src/output.c
@@ -18,8 +18,6 @@ int
output(struct ansilove_ctx *ctx, struct ansilove_options *options,
gdImagePtr source)
{
- /* XXX The caller must invoke gdFree() */
-
/* Handle DOS aspect ratio */
if (options->dos) {
gdImagePtr dos = gdImageCreateTrueColor(source->sx,