Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Scott Petrovic
kdenlive
Commits
3b7c79fc
Commit
3b7c79fc
authored
Sep 10, 2015
by
Vincent Pinon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix memory leak
CID 1323718
parent
56573c12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/bin/projectclip.cpp
src/bin/projectclip.cpp
+1
-0
No files found.
src/bin/projectclip.cpp
View file @
3b7c79fc
...
...
@@ -827,6 +827,7 @@ void ProjectClip::slotCreateAudioThumbs()
Mlt
::
Producer
*
audioProducer
=
new
Mlt
::
Producer
(
*
prod
->
profile
(),
service
.
toUtf8
().
constData
(),
prod
->
get
(
"resource"
));
if
(
!
audioProducer
->
is_valid
())
{
delete
audioProducer
;
delete
audioLevels
;
return
;
}
Mlt
::
Filter
chans
(
*
prod
->
profile
(),
"audiochannels"
);
...
...
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