Skip to content

tracker-miner: Fix cancellation of g_file_enumerator_next_files_async

Andrea Azzarone requested to merge azzaronea/tracker:fix-lp-1822629 into master

The async op is not owner of the user data, so it may be actually gone in the GAsyncReadyCallback. Ensure we only use it on success or on other errors than cancelled.

Closes: #86 (closed)

Merge request reports