Remove freeing todo

This commit is contained in:
Ingvar Stepanyan
2020-10-30 20:08:59 +00:00
parent fcde9633ab
commit d808c72798

View File

@@ -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;
}