summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 2002582d39..3c89d127d8 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -281,7 +281,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
old_vo_dheight = -1;
if (!title)
- title = strdup("MPlayer X11 (XImage/Shm) render");
+ title = "MPlayer X11 (XImage/Shm) render";
in_format = format;
srcW = width;