Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink_dec: fix leak on error

2024-09-27 Thread Marton Balint
On Sun, 22 Sep 2024, Marton Balint wrote: On Thu, 12 Sep 2024, Marvin Scholz wrote: In the early return when both draw_bars and signal_loss_action options are used, the context allocated previously was not properly freed. Introduced in 9bcb86b0fa58f1a5a2a8613065349e26abadb329 Fixes

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/decklink_dec: fix leak on error

2024-09-22 Thread Marton Balint
On Thu, 12 Sep 2024, Marvin Scholz wrote: In the early return when both draw_bars and signal_loss_action options are used, the context allocated previously was not properly freed. Introduced in 9bcb86b0fa58f1a5a2a8613065349e26abadb329 Fixes CID1619296 --- libavdevice/decklink_dec.cpp | 1 +

[FFmpeg-devel] [PATCH 1/2] avdevice/decklink_dec: fix leak on error

2024-09-11 Thread Marvin Scholz
In the early return when both draw_bars and signal_loss_action options are used, the context allocated previously was not properly freed. Introduced in 9bcb86b0fa58f1a5a2a8613065349e26abadb329 Fixes CID1619296 --- libavdevice/decklink_dec.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/l