Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KDE PIM Add-ons
Commits
c4e17fea
Commit
c4e17fea
authored
Jun 27, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mem leak
parent
b2ead211
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/defaultgrantleeheaderstyleplugin.cpp
...leeheaderstyleplugin/defaultgrantleeheaderstyleplugin.cpp
+2
-1
plugins/messageviewerheaderplugins/grantleeheaderstyleplugin/grantleeheaderstyleplugin.cpp
...s/grantleeheaderstyleplugin/grantleeheaderstyleplugin.cpp
+2
-1
No files found.
CMakeLists.txt
View file @
c4e17fea
...
...
@@ -69,7 +69,7 @@ set(KDEPIMLIBS_LIB_VERSION "5.2.40")
set
(
GRAVATAR_LIB_VERSION
"5.2.40"
)
set
(
INCIDENCEEDITOR_LIB_VERSION
"5.2.40"
)
set
(
KTNEF_LIB_VERSION
"5.2.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.2.8
6
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.2.8
7
"
)
set
(
AKONADICALENDAR_LIB_VERSION
"5.2.40"
)
set
(
CALENDAR_UTILS_VERSION
"5.2.41"
)
...
...
plugins/messageviewerheaderplugins/defaultgrantleeheaderstyleplugin/defaultgrantleeheaderstyleplugin.cpp
View file @
c4e17fea
...
...
@@ -37,7 +37,8 @@ DefaultGrantleeHeaderStylePlugin::DefaultGrantleeHeaderStylePlugin(QObject *pare
DefaultGrantleeHeaderStylePlugin
::~
DefaultGrantleeHeaderStylePlugin
()
{
delete
mHeaderStyle
;
delete
mHeaderStrategy
;
}
void
DefaultGrantleeHeaderStylePlugin
::
initializePlugin
()
...
...
plugins/messageviewerheaderplugins/grantleeheaderstyleplugin/grantleeheaderstyleplugin.cpp
View file @
c4e17fea
...
...
@@ -35,7 +35,8 @@ GrantleeHeaderStylePlugin::GrantleeHeaderStylePlugin(QObject *parent, const QLis
GrantleeHeaderStylePlugin
::~
GrantleeHeaderStylePlugin
()
{
delete
mHeaderStyle
;
delete
mHeaderStrategy
;
}
HeaderStyle
*
GrantleeHeaderStylePlugin
::
headerStyle
()
const
...
...
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