Changeset e72a0130c0558aa4fcda69cd1e550f3e13c283f8
- Timestamp:
- 03/10/07 18:17:36
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1191428256 +0000
- git-parent:
[f8240b6ffe8d2e0d09490d6e0e4780319ffb2a8e]
- git-author:
- Rafaël Carré <funman@videolan.org> 1191428256 +0000
- Message:
taglib: fix a memleak.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf8240b6 |
re72a013 |
|
| 180 | 180 | p_attachment = vlc_input_attachment_New( psz_name, psz_mime, |
|---|
| 181 | 181 | psz_description, p_data, i_data ); |
|---|
| | 182 | free( p_data ); |
|---|
| 182 | 183 | |
|---|
| 183 | 184 | TAB_APPEND_CAST( (input_attachment_t**), |
|---|