music4kid / PLeakSniffer

Detect memory leaks for your iOS project automatically.
http://mrpeak.cn
MIT License
515 stars 63 forks source link

memory leak #9

Closed zhfwch closed 4 years ago

zhfwch commented 5 years ago

NSObject+PLeakTrack.m @selector(getAllPropertyNames:) On line 129, class_copyPropertyList is called, but it is not released at the end.

PipeDog commented 5 years ago

You can free(properties) at the end.