chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leak memory

HieuLsw opened this issue · comments

i was use xcode profile to check leak and i got leak memory. Please check and fix it :). Tks

NSAttributedString+AvoidCrash.m
85行代码object = [self avoidCrashInitWithString:str attributes:attrs];
2Bytes

赶紧修复吧。内存泄露这么严重的问题都不知道修复。