As noted in the documentation for NSDistributedNotificationCenter, (under the Discussion heading) before an observer is deallocated a call should be made to removeObserver: in order to ensure that the listener is correctly removed from all observation pools. Fixes #817. Closes #826.master
parent
25914d381a
commit
74ed35792f
1 changed files with 2 additions and 0 deletions
Loading…
Reference in New Issue