From e5ea18e81a63276a719ec28b982f53e535cdfdc0 Mon Sep 17 00:00:00 2001 From: Dylan G <1565516+Helloman892@users.noreply.github.com> Date: Thu, 24 Dec 2020 23:01:02 +0000 Subject: [PATCH] Cleared TODO --- source/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/remote.c b/source/remote.c index f12ee1b..769e705 100644 --- a/source/remote.c +++ b/source/remote.c @@ -1083,7 +1083,7 @@ redirect: // goto here if we need to redirect { httpcCloseContext(&context); free(*buf); - DEBUG("realloc failed in http_get - file possibly too large?\n"); // TODO: report this? + DEBUG("realloc failed in http_get - file possibly too large?\n"); return MAKERESULT(RL_FATAL, RS_INTERNAL, RM_KERNEL, RD_OUT_OF_MEMORY); } *buf = new_buf;