Arkady Dyakonov

Results 2 comments of Arkady Dyakonov

It looks like I've found a fix for this issue: In KDSoapPendingCall.cpp:32 change delete reply.data(); to reply.data()->deleteLater();

That's not complete fix. I found that program still crash if you delete Client object while there are pending requests. Some hacky workaround is to manually delete all children of...