Commit 607bbaf1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix double free in live555.

parent 78a05dbc
...@@ -515,7 +515,6 @@ describe: ...@@ -515,7 +515,6 @@ describe:
{ {
msg_Dbg( p_demux, "retrying with user=%s, pwd=%s", msg_Dbg( p_demux, "retrying with user=%s, pwd=%s",
psz_login, psz_password ); psz_login, psz_password );
if( psz_url ) free( psz_url );
if( psz_login ) psz_user = psz_login; if( psz_login ) psz_user = psz_login;
if( psz_password ) psz_pwd = psz_password; if( psz_password ) psz_pwd = psz_password;
goto describe; goto describe;
......
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