Changes between Initial Version and Version 1 of Ticket #14047, comment 12
- Timestamp:
- Dec 20, 2019, 3:11:22 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14047, comment 12
initial v1 2 2 3 3 So 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 5 EDIT: 6 7 After a quick glance at https://git.haiku-os.org/haiku/tree/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp?id=9b3aa126bad2698223efd8bb5b5869cabee5e8de#n264 8 9 I see that the "if (avformat_open_input...)" case calls av_free(), 10 11 whereas the "if (avformat_find_stream_info...)" case does NOT call av_free().. 12 13 Is that significant ?