Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit e92a136

Browse files
author
Scott Goodson
committed
Ensure new ASPagerNode has a weak reference to the data source.
1 parent df10f8f commit e92a136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/ASPagerNode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ @interface ASPagerNode () <ASCollectionDataSource, ASCollectionViewDelegateFlowL
1515
{
1616
UICollectionViewFlowLayout *_flowLayout;
1717
ASPagerNodeProxy *_proxy;
18-
id <ASPagerNodeDataSource> _pagerDataSource;
18+
__weak id <ASPagerNodeDataSource> _pagerDataSource;
1919
}
2020

2121
@end

0 commit comments

Comments
 (0)