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 Messagelib
Commits
4fff608d
Commit
4fff608d
authored
Jun 29, 2020
by
Laurent Montel
😁
Browse files
Fix more mem leak found by ASAN
parent
7aa77fd4
Pipeline
#25321
passed with stage
in 37 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/job/singlepartjob.cpp
View file @
4fff608d
...
...
@@ -39,6 +39,14 @@ public:
:
ContentJobBasePrivate
(
qq
)
{
}
~
SinglepartJobPrivate
()
{
delete
contentTransferEncoding
;
delete
contentType
;
delete
contentID
;
delete
contentDescription
;
delete
contentDisposition
;
}
bool
chooseCTE
();
...
...
Sandro Knauß
🐝
@knauss
mentioned in commit
a95b5969
·
Jan 05, 2021
mentioned in commit
a95b5969
mentioned in commit a95b5969505e6a5e9eb6e7080699d553c73f371c
Toggle commit list
Sandro Knauß
🐝
@knauss
mentioned in commit
cac51f5f
·
Jan 06, 2021
mentioned in commit
cac51f5f
mentioned in commit cac51f5f6df684394ff1eebbdabaeee4363e5e18
Toggle commit list
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