Changeset e72a0130c0558aa4fcda69cd1e550f3e13c283f8

Show
Ignore:
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
  • modules/meta_engine/taglib.cpp

    rf8240b6 re72a013  
    180180        p_attachment = vlc_input_attachment_New( psz_name, psz_mime, 
    181181                psz_description, p_data, i_data ); 
     182        free( p_data ); 
    182183 
    183184        TAB_APPEND_CAST( (input_attachment_t**),