Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3c4e97e3
Commit
3c4e97e3
authored
Jul 04, 2008
by
Pierre d'Herbemont
Browse files
opengl: No need to detach the vout from here.
parent
d8027415
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/opengl.c
View file @
3c4e97e3
...
...
@@ -566,7 +566,6 @@ static void DestroyVout( vlc_object_t *p_this )
vout_sys_t
*
p_sys
=
p_vout
->
p_sys
;
module_Unneed
(
p_sys
->
p_vout
,
p_sys
->
p_vout
->
p_module
);
vlc_object_detach
(
p_sys
->
p_vout
);
vlc_object_release
(
p_sys
->
p_vout
);
free
(
p_sys
);
...
...
Write
Preview
Supports
Markdown
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