Skip to content

Commit

Permalink
iOS: Delete blobManager ref on dealloc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed May 27, 2023
1 parent 0728034 commit d66f095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/react_native/ios/OnnxruntimeModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ - (void)dealloc {
delete sessionInfo;
sessionInfo = nullptr;
}
blobManager = nullptr;
}

@end

0 comments on commit d66f095

Please sign in to comment.