Account::slotHandleSslErrors: add guards in case the reply gets deleted in the dialog...
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 29 Nov 2016 10:14:11 +0000 (11:14 +0100)
committerOlivier Goffart <olivier@woboq.com>
Wed, 14 Dec 2016 13:13:47 +0000 (14:13 +0100)
commitc5b90d95074227cccc378714c7f2bf760ae4a51f
tree772e5baa90a635cc02c44cdfd1d6be056e07ff16
parentd631f2e0706a4a059beb8e46e20e37798f49069b
Account::slotHandleSslErrors: add guards in case the reply gets deleted in the dialog event loop

Since slotHandleSslErrors will show a dialog with an eventloop, it could be
That the reply gets deleted. Guard against that.

(#5329)
src/libsync/account.cpp