Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
5a04c819
Commit
5a04c819
authored
Aug 27, 2015
by
Hannes Domani
Committed by
Jean-Baptiste Kempf
Aug 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: fix memory leak
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
97020e0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.cpp
+2
-0
No files found.
modules/gui/qt4/components/preferences_widgets.cpp
View file @
5a04c819
...
...
@@ -623,6 +623,8 @@ void ModuleListConfigControl::fillGrid( QGridLayout *l, int line )
ModuleListConfigControl
::~
ModuleListConfigControl
()
{
foreach
(
checkBoxListItem
*
it
,
modules
)
free
(
it
->
psz_module
);
qDeleteAll
(
modules
);
modules
.
clear
();
delete
groupBox
;
...
...
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