Skip to content

Commit

Permalink
Try to fix mysterious crash
Browse files Browse the repository at this point in the history
  • Loading branch information
hbridge committed Aug 19, 2014
1 parent 5370462 commit 4e49601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strand/iOS/Strand/Strand/DFImageStore.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ @interface DFImageStore()

@property (readonly, nonatomic, retain) DFPhotoMetadataAdapter *photoAdapter;
@property (nonatomic, retain) NSMutableSet *remoteLoadsInProgress;
@property (nonatomic, retain) NSMutableDictionary *deferredCompletionBlocks;
@property (atomic, retain) NSMutableDictionary *deferredCompletionBlocks;
@property (atomic, retain) NSMutableDictionary *fullImageCache;

@end
Expand Down

0 comments on commit 4e49601

Please sign in to comment.