Hi. I've discovered a memory leak caused by MAKVONotificationCenter in my project under ARC.
After a short investigation I've found that MAKVONotification has a property named newValue breaking the Cocoa naming scheme, so ARC assumes it returnes retained value.
I haven't tested my solution under Xcode versions other than 4.3 and with ARC off.
Hi. I've discovered a memory leak caused by
MAKVONotificationCenter
in my project under ARC.After a short investigation I've found that
MAKVONotification
has a property namednewValue
breaking the Cocoa naming scheme, so ARC assumes it returnes retained value.I haven't tested my solution under Xcode versions other than 4.3 and with ARC off.