Skip to content
Commit 79e43f68 authored by Krzysztof Nowicki's avatar Krzysztof Nowicki
Browse files

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.
parent 29ac7d74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment