Fix Qt-5.14 Crash
It looks like that Qt-5.14 is using a QNetworkReply
after it has been deleted. Using deleteLater()
instead as hinted by the documentation.
closes #443 (closed)
closes #444 (closed)
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
It looks like that Qt-5.14 is using a QNetworkReply
after it has been deleted. Using deleteLater()
instead as hinted by the documentation.
closes #443 (closed)
closes #444 (closed)