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
libksysguard
Commits
9d830d2d
Commit
9d830d2d
authored
Apr 25, 2021
by
Laurent Montel
😁
Browse files
Fix mem leak found by ASAN
parent
a487ce6d
Changes
1
Show whitespace changes
Inline
Side-by-side
autotests/processtest.cpp
View file @
9d830d2d
...
...
@@ -119,6 +119,7 @@ void testProcess::testTimeToUpdateAllProcesses() {
QBENCHMARK
{
processController
->
updateAllProcesses
();
}
delete
processController
;
}
void
testProcess
::
testTimeToUpdateModel
()
{
KSysGuardProcessList
*
processList
=
new
KSysGuardProcessList
;
...
...
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