-
-
Notifications
You must be signed in to change notification settings - Fork 560
Potential leak in ImagePipelineDelgate #807
Copy link
Copy link
Closed
Description
Hi
Should the ImagePipelineDelgate be declared as weak var. We are seeing a leak in the app regarding this.
We have ImagePipeline declared as a lazy var in a Class, this results in a retain cycle and a leak
lazy var imagePipeline: ImagePipeline = {
return .init(configuration: configuration, delegate: self)
}()
I have a PR open here #806
Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels