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
|
@ -109,7 +109,7 @@ void Task::start()
|
|||
return;
|
||||
}
|
||||
}
|
||||
// NOTE: only fall thorugh to here in end states
|
||||
// NOTE: only fall through to here in end states
|
||||
m_state = State::Running;
|
||||
emit started();
|
||||
executeTask();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue