Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
ff58efe4
Commit
ff58efe4
authored
May 28, 2008
by
Rafaël Carré
Browse files
Fix [
95e3bb2e
]
parent
975a356c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/audio_output/common.c
View file @
ff58efe4
...
...
@@ -82,9 +82,6 @@ static void aout_Destructor( vlc_object_t * p_this )
vlc_mutex_destroy
(
&
p_aout
->
input_fifos_lock
);
vlc_mutex_destroy
(
&
p_aout
->
mixer_lock
);
vlc_mutex_destroy
(
&
p_aout
->
output_fifo_lock
);
/* Free structure. */
vlc_object_release
(
p_aout
);
}
...
...
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