Changeset 607bbaf11602f6e45d142c8e4a14c96d52931376

Show
Ignore:
Timestamp:
20/11/07 10:08:19 (1 year ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1195549699 +0000
git-parent:

[78a05dbc4c5b905b761f6f53c22ed93a748b904e]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1195549699 +0000
Message:

Fix double free in live555.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/live555.cpp

    rb78ed59 r607bbaf  
    516516               msg_Dbg( p_demux, "retrying with user=%s, pwd=%s", 
    517517                           psz_login, psz_password ); 
    518                if( psz_url ) free( psz_url ); 
    519518               if( psz_login ) psz_user = psz_login; 
    520519               if( psz_password ) psz_pwd = psz_password;