Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
477 stars 70 forks source link

FRC leaked when initialize on BG thread #89

Open smartVong opened 8 years ago

smartVong commented 8 years ago

The object that owns FRC gets properly dealloc, but for some reason FRC still linger in memory

Actually i just found out that it leaked no matter what