Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Mail-related libraries
Commits
1c4d90f3
Commit
1c4d90f3
authored
Apr 29, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix potential mem leak
parent
66bfe939
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
...ssbookgrantlee/src/formatter/grantleecontactformatter.cpp
+1
-0
kaddressbookgrantlee/src/formatter/grantleecontactgroupformatter.cpp
...kgrantlee/src/formatter/grantleecontactgroupformatter.cpp
+1
-0
No files found.
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
View file @
1c4d90f3
...
...
@@ -65,6 +65,7 @@ public:
~
Private
()
{
delete
mEngine
;
mTemplateLoader
.
clear
();
}
void
changeGrantleePath
(
const
QString
&
path
)
...
...
kaddressbookgrantlee/src/formatter/grantleecontactgroupformatter.cpp
View file @
1c4d90f3
...
...
@@ -48,6 +48,7 @@ public:
~
Private
()
{
delete
mEngine
;
mTemplateLoader
.
clear
();
}
void
changeGrantleePath
(
const
QString
&
path
)
...
...
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