[vlc-commits] commit: Fixed a small memleak (vout). (Laurent Aimar )
    git at videolan.org 
    git at videolan.org
       
    Thu Dec  2 22:09:43 CET 2010
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Dec  2 21:41:29 2010 +0100| [494743ea5e43c83df71f25031e2452304c8126e3] | committer: Laurent Aimar 
Fixed a small memleak (vout).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=494743ea5e43c83df71f25031e2452304c8126e3
---
 src/video_output/vout_intf.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index 1398d80..2f33731 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -239,7 +239,6 @@ void vout_IntfInit( vout_thread_t *p_vout )
 
     /* Monitor pixel aspect-ratio */
     var_Create( p_vout, "monitor-par", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
-    var_Get( p_vout, "monitor-par", &val );
 
     /* Aspect-ratio object var */
     var_Create( p_vout, "aspect-ratio", VLC_VAR_STRING | VLC_VAR_ISCOMMAND |
    
    
More information about the vlc-commits
mailing list