From 607bbaf11602f6e45d142c8e4a14c96d52931376 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Tue, 20 Nov 2007 09:08:19 +0000 Subject: [PATCH] Fix double free in live555. --- modules/demux/live555.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2