#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to