mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-29 22:01:56 +02:00
clear FRC delegate on deinit
This commit is contained in:
@@ -94,6 +94,11 @@ internal final class CoreStoreFetchedResultsController<T: NSManagedObject>: NSFe
|
|||||||
try self.performFetch()
|
try self.performFetch()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deinit {
|
||||||
|
|
||||||
|
self.delegate = nil
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// MARK: Private
|
// MARK: Private
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user