mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
remove useless and memleak-causing strdup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17788 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d7d3f53317
commit
7a649cdcff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user