From d808c727983970d44a8f21f7eb3748bdc957fedf Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Fri, 30 Oct 2020 20:08:59 +0000 Subject: [PATCH] Remove freeing todo --- codecs/jxl/enc/jxl_enc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/codecs/jxl/enc/jxl_enc.cpp b/codecs/jxl/enc/jxl_enc.cpp index 5bb4030e..3631b51d 100644 --- a/codecs/jxl/enc/jxl_enc.cpp +++ b/codecs/jxl/enc/jxl_enc.cpp @@ -44,8 +44,6 @@ val encode(std::string image, int width, int height, JXLOptions options) { js_result = Uint8Array.new_(typed_memory_view(bytes.size(), bytes.data())); } - // TODO: Any freeing that needs to be done? - // return js_result; }