mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Do not delete the QNetworkResponse in the slot connected to finished() signal.
This commit is contained in:
@@ -235,6 +235,7 @@ class HTTPClient:
|
||||
callback(params, error=True)
|
||||
else:
|
||||
callback(params)
|
||||
response.deleteLater()
|
||||
|
||||
def dump(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user