[FFmpeg-trac] #2802(avformat:new): memory leak in avformat_find_stream_info

FFmpeg trac at avcodec.org
Mon Jul 22 08:28:31 CEST 2013


#2802: memory leak in avformat_find_stream_info
-------------------------------------+-------------------------------------
             Reporter:  sporn        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avformat     |                  Version:  git-
             Keywords:  memory leak  |  master
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 Summary of the bug:
 How to reproduce:

 call avformat_find_stream_info with AVFMT_FLAG_NOBUFFER set in the
 formatcontext flags results in a memory leak.

 calling it without AVFMT_FLAG_NOBUFFER set (you can safely set it after
 the call to avformat_find_stream_info) does not leak.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2802>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list