Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try this.
  • Loading branch information
jonahwilliams committed Sep 6, 2024
commit 4277653581ce521151ecb3a67c02d311d1c018c3
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,6 @@ - (BOOL)createShell:(NSString*)entrypoint
// value of settings.route to determine the initial route value.
if (self.initialRoute) {
settings.route = [self.initialRoute UTF8String];
[self.initialRoute release];
self.initialRoute = nil;
}

Expand Down