Skip to content

libtracker-sparql: Don't automatically call dispose() on TrackerResource

Sam Thursfield requested to merge sam/resource-no-autodispose into master

Just because we changed a property, does not mean we should delete the old value of that property, because it might still be in use somewhere else.

See #127

Merge request reports