Don't store pointer to local job
authorChristian Kamm <mail@ckamm.de>
Wed, 11 Sep 2019 09:03:27 +0000 (11:03 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:59 +0000 (10:58 +0100)
commit53a217d4e4850177a8baeb117e26348d66947ffa
treece78b392320133f48e9e664b54aa2e1967c33cad
parent26b5e3635139f738a1e6acc3053f253d2574f4b0
Don't store pointer to local job

There were crashes in the QPointer assignment. Possibly the thread pool
is done with the job and deletes it before the assignment is done.
src/libsync/discovery.cpp
src/libsync/discovery.h