KeyboardforChat icon indicating copy to clipboard operation
KeyboardforChat copied to clipboard

用mleakfinder发现一个内存泄漏.

Open willylee007 opened this issue 7 years ago • 2 comments

willylee007 avatar Jul 17 '17 08:07 willylee007

WS(weakSelf) itemView.itemViewAction = ^(MoreItemView *itemView){ if ([weakSelf.delegate respondsToSelector:@selector(morePannel:didSelectItemIndex:)]) { [weakSelf.delegate morePannel:weakSelf didSelectItemIndex:itemView.tag]; } }; //改成这样就不会泄漏了.

willylee007 avatar Jul 17 '17 09:07 willylee007

thanks!

iiicp avatar Aug 14 '17 09:08 iiicp