Skip to content

Commit

Permalink
fix(ios): dispatch_release queue on refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Sep 7, 2023
1 parent b9487dd commit 614e909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/RNLlama.mm
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ - (void)invalidate {
[llamaContexts release];
llamaContexts = nil;

dispatch_release(llamaDQueue);

[super invalidate];
}

Expand Down

0 comments on commit 614e909

Please sign in to comment.