https://bugs.kde.org/show_bug.cgi?id=403644

--- Comment #2 from RJVB <rjvber...@gmail.com> ---
A later commit replaces the two lines mentioned above (server->deleteLater()
and server = nullptr) with server->clear().

This still causes a crash because `server->clear()` is, AFAICT, equivalent to
`server = nullptr`: both expressions delete the shared pointer.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to