Skip to content

Commit d829f77

Browse files
[FXIOS-10482] Comments
1 parent 47ea366 commit d829f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firefox-ios/Client/Coordinators/TabTray/TabTrayCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class TabTrayCoordinator: BaseCoordinator,
3434
}
3535

3636
func dismissChildTabTrayPanels() {
37-
// [FXIOS-10482] Initial fix for memory leak. Needs further investigation.
37+
// [FXIOS-10482] Initial bandaid for memory leaking during tab tray open/close. Needs further investigation.
3838
guard let childVCs = tabTrayViewController.currentPanel?.viewControllers else { return }
3939
childVCs.forEach { ($0 as? TabDisplayPanel)?.removeTabPanel() }
4040
}

0 commit comments

Comments
 (0)