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
PIM
PIM IncidenceEditor
Commits
554f6c7a
Commit
554f6c7a
authored
Jun 22, 2020
by
Laurent Montel
😁
Browse files
Fix mem leak found by asan
parent
ceec7b63
Pipeline
#24662
passed with stage
in 22 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/testfreebusyganttproxymodel.cpp
View file @
554f6c7a
...
...
@@ -112,4 +112,7 @@ void FreeBusyGanttProxyModelTest::testModelValidity()
QCOMPARE
(
child1_0
.
data
(
KGantt
::
StartTimeRole
).
toDateTime
(),
dt3
);
QCOMPARE
(
child1_1
.
data
(
KGantt
::
ItemTypeRole
).
toInt
(),
(
int
)
KGantt
::
TypeTask
);
QCOMPARE
(
child1_1
.
data
(
KGantt
::
StartTimeRole
).
toDateTime
(),
dt4
);
delete
fbModel
;
delete
ganttModel
;
delete
modelTest
;
}
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