Skip to content

miner/fs: Run dispose on TrackerResource

Carlos Garnacho requested to merge wip/carlosg/dispose-resources into master

In the right circumstances the resource contains references to itself through nie:isStoredAs. Running dispose would allow the root TrackerResource to break those reference cycles.

Related: tracker!116 (merged)

Merge request reports