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
5c706873
Commit
5c706873
authored
Nov 05, 2009
by
Hugo Beauzee-Luyssen
Browse files
Fixed crash when deleting a clip that's beeing rendered
parent
c2c0d0f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Workflow/TrackWorkflow.cpp
View file @
5c706873
...
...
@@ -423,6 +423,7 @@ Clip* TrackWorkflow::removeClip( const QUuid& id )
ClipWorkflow
*
cw
=
it
.
value
();
Clip
*
clip
=
cw
->
getClip
();
m_clips
.
erase
(
it
);
stopClipWorkflow
(
cw
);
computeLength
();
disconnectClipWorkflow
(
cw
);
delete
cw
;
...
...
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