summaryrefslogtreecommitdiff
path: root/libavdevice/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/sdl.c')
-rw-r--r--libavdevice/sdl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavdevice/sdl.c b/libavdevice/sdl.c
index e708dfdf20..0210ad26d9 100644
--- a/libavdevice/sdl.c
+++ b/libavdevice/sdl.c
@@ -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;