Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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