]> git.sesse.net Git - vlc/commitdiff
Fix double free in live555.
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 20 Nov 2007 09:08:19 +0000 (09:08 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 20 Nov 2007 09:08:19 +0000 (09:08 +0000)
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;