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
Education
Artikulate
Commits
1bd1fc06
Commit
1bd1fc06
authored
Apr 28, 2021
by
Laurent Montel
😁
Browse files
Fix mem leak found by ASAN
parent
78963af4
Changes
1
Hide whitespace changes
Inline
Side-by-side
liblearnerprofile/autotests/testlearnerstorage.cpp
View file @
1bd1fc06
...
...
@@ -53,6 +53,8 @@ void TestLearnerStorage::testLearnerStorage()
QCOMPARE
(
loadedLearner
.
first
()
->
name
(),
tmpLearner
.
name
());
QCOMPARE
(
loadedLearner
.
first
()
->
goals
().
size
(),
1
);
QCOMPARE
(
loadedLearner
.
first
()
->
goals
().
first
()
->
identifier
(),
tmpGoal
.
identifier
());
qDeleteAll
(
loadedGoals
);
qDeleteAll
(
loadedLearner
);
}
void
TestLearnerStorage
::
testProgressLogStorage
()
...
...
Write
Preview
Markdown
is supported
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