LRImageManager icon indicating copy to clipboard operation
LRImageManager copied to clipboard

In LRImageOperation.m, the connection property is marked as weak. Should it be strong?

Open eugeneshih opened this issue 9 years ago • 0 comments

Leaving it as weak, provokes XCode to complain:

[REMOVED/LRImageManager/LRImageOperation.m:111:24: Assigning retained object to weak variable; object will be released after assignment

If weak, then there is no sense in keeping a property is there?

eugeneshih avatar May 19 '15 18:05 eugeneshih