Fix crash on resource shutdown

Authored by nowicki on Oct 25 2018, 7:11 AM.

Description

Fix crash on resource shutdown

This was caused by the auth handler object being destroyed twice (once
when its parend - EwsSettings was destroyed, once when the main
resource object was destroyed). Obviously the second destruction
caused destruction of the whole resource (SIGSEGV).

Fix this by assigning a proper parent to the newly created auth
handler object.

Details

Committed
nowickiOct 25 2018, 7:14 AM
Parents
R44:29ac7d74f47d: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown