Changes between Initial Version and Version 1 of Ticket #14047, comment 12


Ignore:
Timestamp:
Dec 20, 2019, 3:11:22 PM (4 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14047, comment 12

    initial v1  
    22
    33So we'll probably end up closing this ticket as fixed and opening a new one titled "BMediaFile leaks big time on unsupported or inexistant audio files".
     4
     5EDIT:
     6
     7After a quick glance at https://git.haiku-os.org/haiku/tree/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp?id=9b3aa126bad2698223efd8bb5b5869cabee5e8de#n264
     8
     9I see that the "if (avformat_open_input...)" case calls av_free(),
     10
     11whereas the "if (avformat_find_stream_info...)" case does NOT call av_free()..
     12
     13Is that significant ?