Skip to content

Memory leaks in fml/platform/darwin #46750

@cyanglaz

Description

@cyanglaz

Some objc objects are not released in this file. We need to fix those to avoid leaks.

One example would be CAShapeLayer* clip = [[CAShapeLayer alloc] init]; is never released.

We should use fml::CFRef for all CoreFoundation objects.

Metadata

Metadata

Assignees

Labels

a: platform-viewsEmbedding Android/iOS views in Flutter appsengineflutter/engine related. See also e: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions