mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
lavd/sdl: do not manually free window_title and icon_title fields
They are automatically freed when calling av_write_trailer(). Simplify.
This commit is contained in:
@@ -57,9 +57,6 @@ static int sdl_write_trailer(AVFormatContext *s)
|
||||
{
|
||||
SDLContext *sdl = s->priv_data;
|
||||
|
||||
av_freep(&sdl->window_title);
|
||||
av_freep(&sdl->icon_title);
|
||||
|
||||
if (sdl->overlay) {
|
||||
SDL_FreeYUVOverlay(sdl->overlay);
|
||||
sdl->overlay = NULL;
|
||||
|
||||
Reference in New Issue
Block a user