Skip to content

Commit 70af52a

Browse files
committed
coreml : fix seg fault, double free (#919, #917, #899)
1 parent 1d17cd5 commit 70af52a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coreml/whisper-encoder.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ void whisper_coreml_encode(
5353

5454
memcpy(out, outCoreML.output.dataPointer, outCoreML.output.count * sizeof(float));
5555

56-
[outCoreML release];
5756
[inMultiArray release];
5857
}
5958

0 commit comments

Comments
 (0)