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 Sieve Editor
Commits
780913f9
Commit
780913f9
authored
Nov 16, 2020
by
Laurent Montel
😁
Browse files
Fix mem leak
parent
c22ac644
Pipeline
#41224
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/importwizard/checks/abstractimapsettingscheckjob.cpp
View file @
780913f9
...
...
@@ -40,4 +40,5 @@ void AbstractImapSettingsCheckJob::checkNoSettingsImported()
if
(
!
mSettingsWereImported
)
{
Q_EMIT
noSettingsImported
(
name
());
}
deleteLater
();
}
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