[vlc-devel]  [PATCH] sout/rtsp: remove senseless free
    Zhao Zhili 
    wantlamy at gmail.com
       
    Fri Dec 11 05:11:50 CET 2015
    
    
  
From: Zhao Zhili <wantlamy at gmail.com>
---
 modules/stream_out/rtsp.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/stream_out/rtsp.c b/modules/stream_out/rtsp.c
index 0939d5e..639e415 100644
--- a/modules/stream_out/rtsp.c
+++ b/modules/stream_out/rtsp.c
@@ -91,7 +91,6 @@ rtsp_stream_t *RtspSetup( vlc_object_t *owner,
vod_media_t *media,
     if( rtsp == NULL )
     {
-        free( rtsp );
         return NULL;
     }
-- 
1.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20151211/1c6984a0/attachment.html>
    
    
More information about the vlc-devel
mailing list