]> git.sesse.net Git - mlt/commit
Fix audioconvert setting frame audio on no conversion.
authorDan Dennedy <dan@dennedy.org>
Wed, 9 Dec 2009 04:27:25 +0000 (20:27 -0800)
committerDan Dennedy <dan@dennedy.org>
Wed, 9 Dec 2009 04:27:25 +0000 (20:27 -0800)
commitbf026361dc998f4d361d5b85ad14db64fd1de51a
tree94d84b8dccdc30c1f414a327e9f53d642163d6cd
parentf1f090f6cb54d86aee2f951601758f426c956573
Fix audioconvert setting frame audio on no conversion.

This was causing the existing audio to be released and then telling
mlt_properties to release the audio again with the old pointer (double
free).
src/modules/core/filter_audioconvert.c