]> git.sesse.net Git - vlc/blobdiff - modules/demux/live555.cpp
Fix double free in live555.
[vlc] / modules / demux / live555.cpp
index ebbd3ada45d8ed5091248b0fbb2386cc37a5462e..6fc5f776f10d7830f66a0dcbb5ebddc23a4923f8 100644 (file)
@@ -515,7 +515,6 @@ describe:
             {
                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;