Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
017fa12e
Commit
017fa12e
authored
May 05, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
flatpak: do not leak job threads
parent
d8d568b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/FlatpakBackend/FlatpakJobTransaction.cpp
View file @
017fa12e
...
...
@@ -25,7 +25,10 @@ FlatpakJobTransaction::FlatpakJobTransaction(FlatpakResource *app, Role role, bo
}
}
FlatpakJobTransaction
::~
FlatpakJobTransaction
()
=
default
;
FlatpakJobTransaction
::~
FlatpakJobTransaction
()
{
delete
m_appJob
;
}
void
FlatpakJobTransaction
::
cancel
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment