[vlc-commits] commit: Fix memory leak ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sun Oct 17 12:30:51 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct 17 13:30:45 2010 +0300| [82f06bd0e7d0112a8448914e2fddec771f35792d] | committer: Rémi Denis-Courmont 

Fix memory leak

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82f06bd0e7d0112a8448914e2fddec771f35792d
---

 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 275272a..b6c74eb 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1669,7 +1669,7 @@ vlc_module_begin ()
     add_string( "x11-display", NULL, NULL,
                 DISPLAY_TEXT, DISPLAY_LONGTEXT, true )
         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 )
         change_private ()
     add_bool( "drop-late-frames", 1, NULL, DROP_LATE_FRAMES_TEXT,



More information about the vlc-commits mailing list