From: Jean-Paul Saman Date: Tue, 20 Nov 2007 09:08:19 +0000 (+0000) Subject: Fix double free in live555. X-Git-Tag: 0.9.0-test0~4495 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=607bbaf11602f6e45d142c8e4a14c96d52931376;p=vlc Fix double free in live555. --- diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index ebbd3ada45..6fc5f776f1 100644 --- 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 ); - if( psz_url ) free( psz_url ); if( psz_login ) psz_user = psz_login; if( psz_password ) psz_pwd = psz_password; goto describe;