Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: ajschult on January 09, 2013, 03:29:00 AM

Title: FLV demuxer leaks ADM_flvAccess
Post by: ajschult on January 09, 2013, 03:29:00 AM
flvHeader::open creates an instance of ADM_flvAccess and hands it off to an instance of ADM_audioStream (_audioStream).  flvHeader::close deletes _audioStream, but ADM_audioStream does not delete its access field; the access object (and file handle) is leaked.  I'm not sure who's supposed to handle this in general although the ASF demuxer seems to handle deletion of its _audioAccess objects.