Skip to content

libtracker-sparql/core: Free the ontology and cache locations on finalizing data manager

Currently we don't free the manager->cache_location and manager-ontology_location on finalizing the sparql tracker data manager, which results in a leak as reported by valgrind.

To fix that, free them in tracker_data_manager_finalize ().

Merge request reports