RxDataSources icon indicating copy to clipboard operation
RxDataSources copied to clipboard

Memory leak issue with sectioned data

Open zishanj opened this issue 7 years ago • 1 comments

I have tried to test the memory leak using RxSwift.Resources.total with RxTableViewSectionedReloadDataSource but it never completely free up resources after I close the ViewController. I have followed the example provided in example folder.

zishanj avatar May 08 '18 14:05 zishanj

I think there is some isssues with data source bindings. I am also facing the issue not completely cleaning the resources after poping view controller.

vuvkar avatar May 22 '18 12:05 vuvkar