Changeset 607bbaf11602f6e45d142c8e4a14c96d52931376
- 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
| rb78ed59 |
r607bbaf |
|
| 516 | 516 | msg_Dbg( p_demux, "retrying with user=%s, pwd=%s", |
|---|
| 517 | 517 | psz_login, psz_password ); |
|---|
| 518 | | if( psz_url ) free( psz_url ); |
|---|
| 519 | 518 | if( psz_login ) psz_user = psz_login; |
|---|
| 520 | 519 | if( psz_password ) psz_pwd = psz_password; |
|---|