Skip to content

Fix UIWindowSceneGeometryPreferencesIOS leak #124288

@jmagman

Description

@jmagman

Seen as a leak in the memory graph. UIWindowSceneGeometryPreferencesIOS is missing an autorelease:

        UIWindowSceneGeometryPreferencesIOS* preference =
            [[UIWindowSceneGeometryPreferencesIOS alloc]
                initWithInterfaceOrientations:_orientationPreferences];

https://github.com/flutter/engine/blob/610cdf0ae1172f5836956221eb80614dd7a0c38e/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm#L1816-L1818

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listengineflutter/engine related. See also e: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions