Changeset e0321a0012f71020597f303d8d417ad23d88d011
- Timestamp:
- 05/10/08 00:13:32
(3 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210371212 +0200
- git-parent:
[23a828a2e6a35abbd62177f178ac0ef254dbc767]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210371117 +0200
- Message:
Fix double free
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6300760 |
re0321a0 |
|
| 188 | 188 | if ( psz_artist && *psz_artist ) |
|---|
| 189 | 189 | input_item_SetArtist( p_input, psz_artist ); |
|---|
| 190 | | free( psz_artist ); |
|---|
| 191 | 190 | |
|---|
| 192 | 191 | input_ItemAddSubItem( p_current_input, p_input ); |
|---|