mikeash / MAKVONotificationCenter

Better key-value observing for Cocoa
Other
528 stars 84 forks source link

Fix memory leak of block based method #16

Open naan opened 10 years ago

naan commented 10 years ago

I ran into an issue that using addObserver:keyPath:options:block: causes memory leaks even after calling remove observer method.