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
7f1e18cd
Commit
7f1e18cd
authored
Nov 26, 2012
by
Rémi Denis-Courmont
Browse files
skins2: deactivate the playlist before exit
parent
a038c1b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/skins2/src/skin_main.cpp
View file @
7f1e18cd
...
...
@@ -153,6 +153,9 @@ static void Close( vlc_object_t *p_this )
msg_Dbg
(
p_intf
,
"closing skins2 module"
);
/* Terminate input to ensure that our window provider is released. */
playlist_Deactivate
(
p_intf
->
p_sys
->
p_playlist
);
vlc_mutex_lock
(
&
skin_load
.
mutex
);
skin_load
.
intf
=
NULL
;
vlc_mutex_unlock
(
&
skin_load
.
mutex
);
...
...
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