Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
c8752cf6
Commit
c8752cf6
authored
Jan 15, 2010
by
Clement CHAVANCE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed memleak in ClipListView
parent
251f5370
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/Gui/library/ClipListViewController.cpp
src/Gui/library/ClipListViewController.cpp
+2
-0
No files found.
src/Gui/library/ClipListViewController.cpp
View file @
c8752cf6
...
...
@@ -39,6 +39,8 @@ ClipListViewController::ClipListViewController( StackViewController* nav, const
ClipListViewController
::~
ClipListViewController
()
{
foreach
(
QWidget
*
cell
,
m_cells
.
values
()
)
removeCell
(
cell
);
}
void
ClipListViewController
::
addClipsFromMedia
(
Media
*
media
)
...
...
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