Skip to content

Commit

Permalink
coreml : fix seg fault, double free (ggerganov#919, ggerganov#917, gg…
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored and iThalay committed Sep 23, 2024
1 parent 683bd38 commit 0618363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coreml/whisper-encoder.mm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ void whisper_coreml_encode(

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

[outCoreML release];
[inMultiArray release];
}

Expand Down

0 comments on commit 0618363

Please sign in to comment.