[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.2 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [5941c8fa05aecd4cc394c45732c418e9aee655cc] | committer: Andreas Rheinhardt avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-07-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.3 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [4639e4743fd52b6991e2cf59478de7ab62324033] | committer: Andreas Rheinhardt avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/3.4 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [97e0ff9793b82b2da827ac33b84b900c1ca1d35f] | committer: Andreas Rheinhardt avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [8714b82970897f30866d44fc5c1224cd0ff2634f] | committer: Andreas Rheinhardt avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-07-01 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.1 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [54d2f9518814fce97453e8cc074a4675765693dc] | committer: Andreas Rheinhardt avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-05-19 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [10b1d1d3ca6f69d27915ba4a7bf110b7a2e1e9f6] | committer: Andreas Rheinhardt avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with

[FFmpeg-cvslog] avformat/bethsoftvid: Fix potential memleak upon reallocation failure

2020-03-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 03:57:32 2020 +0100| [5acef1206144554a48f699b421e8d739e752d8ab] | committer: Michael Niedermayer avformat/bethsoftvid: Fix potential memleak upon reallocation failure The classical ptr = av_realloc(ptr, size), just with