Re: [FFmpeg-devel] [PATCH 1/2] avdevice/lavfi: Properly free an AVDictionary

2021-12-03 Thread Nicolas George
Andreas Rheinhardt (12021-12-02): > It is not documented that freeing the last (and only) entry of > an AVDictionary frees the dictionary. > > Signed-off-by: Andreas Rheinhardt > --- > libavdevice/lavfi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ok to the whole series. Regards,

Re: [FFmpeg-devel] [PATCH 1/2] avdevice/lavfi: Properly free an AVDictionary

2021-12-02 Thread Paul B Mahol
LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 1/2] avdevice/lavfi: Properly free an AVDictionary

2021-12-02 Thread Andreas Rheinhardt
It is not documented that freeing the last (and only) entry of an AVDictionary frees the dictionary. Signed-off-by: Andreas Rheinhardt --- libavdevice/lavfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c index 826dafbd00..d9083ad98