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
KOrganizer
Commits
2ac201a4
Commit
2ac201a4
authored
Mar 31, 2022
by
Laurent Montel
😁
Browse files
Fix mem leak
parent
130f7f9e
Pipeline
#157252
passed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
2ac201a4
...
...
@@ -51,6 +51,7 @@ int main(int argc, char **argv)
if
(
cmdArgs
->
isSet
(
QStringLiteral
(
"feedback"
)))
{
auto
userFeedBackProvider
=
new
KOrganizerUserFeedbackProvider
(
nullptr
);
QTextStream
(
stdout
)
<<
userFeedBackProvider
->
describeDataSources
()
<<
'\n'
;
delete
userFeedBackProvider
;
return
0
;
}
#endif
...
...
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