wendux / DSBridge-IOS

:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSBUtil类中,allMethodFromClass存在内存泄露

littltzhi opened this issue · comments

//get this class all method
+(NSArray *)allMethodFromClass:(Class)class中没有free(methods)操作,会内存泄露的

commented

free(methods);