Skip to content

notificationDelegate is declared as a strong reference property which causes the delegate to not be deallocated #24

@apiejh

Description

@apiejh

There is a memory leak issue, the propery should be declared as:
`@property (nonatomic, weak) id notificationDelegate;

Without the above both the delegate and the notification instance are caught in a retention cycle and neither is deallocated leading to memory leaks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions