Account: Fix crash when deleting an account
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 22 Nov 2018 07:46:33 +0000 (08:46 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:21 +0000 (10:58 +0100)
commit7c1871ae652fdd73d274fb0bef3fad787d39385d
tree5daaac6920105be87a0246792608fd3aa93922f4
parent6b0bb66b17c9198db0e7a8bfa733e2cbc4fc4dae
Account: Fix crash when deleting an account

We should not have request parented to the account, otherwise we might get
a loop on the deletion order.

Issue #6893
src/libsync/abstractnetworkjob.cpp
src/libsync/account.cpp