git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix double free in live555.
[vlc.git]
/
modules
/
demux
/
live555.cpp
diff --git
a/modules/demux/live555.cpp
b/modules/demux/live555.cpp
index
ebbd3ad
..
6fc5f77
100644
(file)
--- a/
modules/demux/live555.cpp
+++ b/
modules/demux/live555.cpp
@@
-515,7
+515,6
@@
describe:
{
msg_Dbg( p_demux, "retrying with user=%s, pwd=%s",
psz_login, psz_password );
{
msg_Dbg( p_demux, "retrying with user=%s, pwd=%s",
psz_login, psz_password );
- if( psz_url ) free( psz_url );
if( psz_login ) psz_user = psz_login;
if( psz_password ) psz_pwd = psz_password;
goto describe;
if( psz_login ) psz_user = psz_login;
if( psz_password ) psz_pwd = psz_password;
goto describe;