Commit 64d1913f authored by Zhao Zhili's avatar Zhao Zhili Committed by Jean-Baptiste Kempf

sout/rtsp: remove senseless free

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent adc9dcf8
...@@ -91,7 +91,6 @@ rtsp_stream_t *RtspSetup( vlc_object_t *owner, vod_media_t *media, ...@@ -91,7 +91,6 @@ rtsp_stream_t *RtspSetup( vlc_object_t *owner, vod_media_t *media,
if( rtsp == NULL ) if( rtsp == NULL )
{ {
free( rtsp );
return NULL; return NULL;
} }
......
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