diff --git a/cocos2d-ui/CCTableView.h b/cocos2d-ui/CCTableView.h index 046a949e748..5a9e444e0e7 100644 --- a/cocos2d-ui/CCTableView.h +++ b/cocos2d-ui/CCTableView.h @@ -156,7 +156,7 @@ @note Assigning a new or different data source immediately calls reloadData. */ -@property (nonatomic,strong) id dataSource; +@property (nonatomic,weak) id dataSource; /** Removes all cells from memory and requests a new set of cells from the dataSource. Assigning a different dataSource and changing the rowHeight will cause reloadData to run.