Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
22217ee3
Commit
22217ee3
authored
Sep 08, 2009
by
Hugo Beauzee-Luyssen
Browse files
Solved memory leak
parent
cb79133d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Workflow/TrackWorkflow.cpp
View file @
22217ee3
...
...
@@ -422,6 +422,7 @@ Clip* TrackWorkflow::removeClip( const QUuid& id )
Clip
*
clip
=
cw
->
getClip
();
m_clips
.
erase
(
it
);
computeLength
();
delete
cw
;
return
clip
;
}
++
it
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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