You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
hls: Free packets when skipping packets when seeking
This fixes memory leaks present since 2b3d041cdc
.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@ -651,6 +651,8 @@ start:
|
||||
c->seek_timestamp = AV_NOPTS_VALUE;
|
||||
break;
|
||||
}
|
||||
av_free_packet(&var->pkt);
|
||||
reset_packet(&var->pkt);
|
||||
}
|
||||
}
|
||||
/* Check if this stream still is on an earlier segment number, or
|
||||
|
Reference in New Issue
Block a user