coreml : fix seg fault, double free (#919, #917, #899)

pull/910/head^2
Georgi Gerganov 2023-05-14 09:42:19 +03:00
parent 1d17cd5bb3
commit 70af52a316
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ void whisper_coreml_encode(
memcpy(out, outCoreML.output.dataPointer, outCoreML.output.count * sizeof(float));
[outCoreML release];
[inMultiArray release];
}