Skip to content

core: Free the cache location on finalizing db manager

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

To fix that, free it in tracker_db_manager_finalize ().

Merge request reports