You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/curves: fix memleak after master component dition.
This commit is contained in:
@@ -427,7 +427,7 @@ static av_cold int init(AVFilterContext *ctx)
|
||||
}
|
||||
}
|
||||
|
||||
for (i = 0; i < NB_COMP; i++) {
|
||||
for (i = 0; i < NB_COMP + 1; i++) {
|
||||
struct keypoint *point = comp_points[i];
|
||||
while (point) {
|
||||
struct keypoint *next = point->next;
|
||||
|
Reference in New Issue
Block a user