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
Tobias Hunger
qt-creator
Commits
56fb61d7
Commit
56fb61d7
authored
Dec 02, 2008
by
dt
Browse files
Fixes: Mem leak in fontsettings page.
Task: - RevBy: - AutoTest: - Details: -
parent
83e3524b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/texteditorsettings.cpp
View file @
56fb61d7
...
...
@@ -123,6 +123,7 @@ TextEditorSettings::~TextEditorSettings()
ExtensionSystem
::
PluginManager
*
pm
=
ExtensionSystem
::
PluginManager
::
instance
();
pm
->
removeObject
(
m_generalSettingsPage
);
pm
->
removeObject
(
m_fontSettingsPage
);
delete
m_fontSettingsPage
;
m_instance
=
0
;
}
...
...
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