Skip to content

Commit

Permalink
fix: runtime init and reset handling
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Mar 7, 2022
1 parent a123b48 commit 1893356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NativeScript/NativeScript.mm
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ - (instancetype)initWithConfig:(Config*)config {
CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true);

tns::Tasks::Drain();

runtime_.reset();
}

return self;
Expand Down

0 comments on commit 1893356

Please sign in to comment.