SSCheckBoxView icon indicating copy to clipboard operation
SSCheckBoxView copied to clipboard

leak memory

Open lexuanquynh opened this issue 3 years ago • 1 comments

In SSCheckBoxView.h: Leak here:

id<NSObject> delegate;

need change to:

__weak id<NSObject> delegate;

lexuanquynh avatar Nov 17 '21 04:11 lexuanquynh

@lexuanquynh Thanks. Would you like to send a PR? I'd be more than happy to merge.

ahmetardal avatar Nov 17 '21 09:11 ahmetardal