Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c2239a91
Commit
c2239a91
authored
May 30, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove invalid free()
parent
bdca2f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/audio_output/mixer.c
src/audio_output/mixer.c
+0
-1
No files found.
src/audio_output/mixer.c
View file @
c2239a91
...
...
@@ -61,7 +61,6 @@ int aout_MixerNew( aout_instance_t * p_aout )
if
(
!
p_mixer
->
module
)
{
msg_Err
(
p_aout
,
"no suitable audio mixer"
);
free
(
p_mixer
->
input
);
vlc_object_release
(
p_mixer
);
return
VLC_EGENERIC
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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