music4kid / PLeakSniffer

Detect memory leaks for your iOS project automatically.

Home Page:http://mrpeak.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory leak

zhfwch opened this issue · comments

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

You can free(properties) at the end.