Skip to content

Commit

Permalink
Merge pull request #11 from mutualmobile/fix-leak
Browse files Browse the repository at this point in the history
Fixing a retain cycle
  • Loading branch information
cnstoll committed May 23, 2013
2 parents 63f88d0 + 8c6c3e1 commit 9d6064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MMRecord/MMRecordProtoRecord.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

// Uniquing
@property (nonatomic, strong) id primaryKeyValue;
@property (nonatomic, strong) MMRecordProtoRecord *relationshipPrimaryKeyProto;
@property (nonatomic, weak) MMRecordProtoRecord *relationshipPrimaryKeyProto;
@property (nonatomic) BOOL hasRelationshipPrimarykey;

// Designated Initializer
Expand Down

0 comments on commit 9d6064f

Please sign in to comment.