LRImageManager
LRImageManager copied to clipboard
In LRImageOperation.m, the connection property is marked as weak. Should it be strong?
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?