mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01: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