Commit e2d2ff10 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix memory leak

(cherry picked from commit 82f06bd0e7d0112a8448914e2fddec771f35792d)
parent d866793a
...@@ -1646,7 +1646,7 @@ vlc_module_begin () ...@@ -1646,7 +1646,7 @@ vlc_module_begin ()
add_string( "x11-display", NULL, NULL, add_string( "x11-display", NULL, NULL,
DISPLAY_TEXT, DISPLAY_LONGTEXT, true ) DISPLAY_TEXT, DISPLAY_LONGTEXT, true )
add_deprecated_alias( "xvideo-display" ) /* deprecated since 1.1.0 */ add_deprecated_alias( "xvideo-display" ) /* deprecated since 1.1.0 */
add_deprecated_alias( "glx-display" ) //add_deprecated_alias( "glx-display" ) cannot have more than one
add_bool( "xlib", true, NULL, "", "", true ) add_bool( "xlib", true, NULL, "", "", true )
change_private () change_private ()
add_bool( "drop-late-frames", 1, NULL, DROP_LATE_FRAMES_TEXT, add_bool( "drop-late-frames", 1, NULL, DROP_LATE_FRAMES_TEXT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment