Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e72a0130
Commit
e72a0130
authored
Oct 03, 2007
by
Rafaël Carré
Browse files
taglib: fix a memleak.
parent
f8240b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/meta_engine/taglib.cpp
View file @
e72a0130
...
...
@@ -179,6 +179,7 @@ static void DetectImage( FileRef f, demux_t *p_demux )
TAB_INIT
(
p_demux_meta
->
i_attachments
,
p_demux_meta
->
attachments
);
p_attachment
=
vlc_input_attachment_New
(
psz_name
,
psz_mime
,
psz_description
,
p_data
,
i_data
);
free
(
p_data
);
TAB_APPEND_CAST
(
(
input_attachment_t
**
),
p_demux_meta
->
i_attachments
,
p_demux_meta
->
attachments
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment