Skip to content

Commit

Permalink
fix memory leak (#3396)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1201048563534612/1208547799518177/f

**Description**: Fix a memory leak (will add test later on)
  • Loading branch information
SabrinaTardio authored Oct 15, 2024
1 parent 8720f93 commit 882f33b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ final class ContextualOnboardingStateMachine: ContextualOnboardingDialogTypeProv
}
}

private var lastVisitTab: Tab?
private weak var lastVisitTab: Tab?
private var lastVisitSite: URL?
private var notBlockedTrackerSeen: Bool = false

Expand Down

0 comments on commit 882f33b

Please sign in to comment.