fix: memory leak with NetJob and responce not getting cleaned up
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
d5c6a1b4d1
commit
1b3ff96ffd
8 changed files with 140 additions and 79 deletions
|
@ -34,7 +34,7 @@ class InstanceCreationTask : public InstanceTask {
|
|||
QString getError() const { return m_error_message; }
|
||||
|
||||
protected:
|
||||
void setError(QString message) { m_error_message = message; };
|
||||
void setError(const QString& message) { m_error_message = message; };
|
||||
|
||||
protected:
|
||||
bool m_abort = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue