We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60257e7 commit 89bf7a4Copy full SHA for 89bf7a4
lib/src/imgcodecs/imgcodecs.dart
@@ -73,6 +73,7 @@ Uint8List imencode(
73
if (!success.value) {
74
throw CvException(ErrorCode.StsError.code, msg: "imencode failed, check your params");
75
}
76
+ calloc.free(cExt);
77
return VecUChar.fromPointer(buffer).toU8List();
78
79
0 commit comments