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
c2ec5e5f
Commit
c2ec5e5f
authored
Nov 27, 2006
by
hartman
Browse files
* mp4: fix memleak in mov ref. files handling
parent
639a14dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mp4/mp4.c
View file @
c2ec5e5f
...
...
@@ -405,6 +405,7 @@ static int Open( vlc_object_t * p_this )
asprintf
(
&
psz_absolute
,
"%s://%s%s"
,
p_demux
->
psz_access
,
psz_path
,
psz_ref
);
if
(
psz_ref
)
free
(
psz_ref
);
psz_ref
=
psz_absolute
;
free
(
psz_path
);
}
...
...
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