Skip to content

Commit 1893356

Browse files
committed
fix: runtime init and reset handling
1 parent a123b48 commit 1893356

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NativeScript/NativeScript.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ - (instancetype)initWithConfig:(Config*)config {
5959
CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true);
6060

6161
tns::Tasks::Drain();
62-
63-
runtime_.reset();
6462
}
6563

6664
return self;

0 commit comments

Comments
 (0)