Merge pull request #4643 from nextcloud/bugfix/finder-sync-crashing
authorClaudio Cambra <claudio.cambra@gmail.com>
Fri, 1 Jul 2022 11:58:23 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 11:58:23 +0000 (13:58 +0200)
Ensure the dispatch source only gets deallocated after the dispatch_source_cancel is done, avoiding crashing of the Finder Sync Extension on macOS


Trivial merge