Skip to content

libtracker-sparql: Implement dispose() in TrackerResource

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

TrackerResource may in some circumstances contain links to itself, or other reference cycles. We should eventually offer a destroy() method, but implementing dispose() will at least provide a tool to ensure those cycles are gone.

Merge request reports