You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
В функции HTTPResponse HTTPClient::get(QUrl url)
Есть инициализация QTcpSocket *socket = new QTcpSocket(); добавить удаление, так как потенциально приводит к утечке памяти.
The text was updated successfully, but these errors were encountered:
В функции
HTTPResponse HTTPClient::get(QUrl url)
Есть инициализация
QTcpSocket *socket = new QTcpSocket();
добавить удаление, так как потенциально приводит к утечке памяти.The text was updated successfully, but these errors were encountered: