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
bff9720d
Commit
bff9720d
authored
Jun 12, 2008
by
Rémi Denis-Courmont
Browse files
Fix previous commit
parent
b3de39d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/engine.c
View file @
bff9720d
...
...
@@ -177,7 +177,7 @@ static void playlist_Destructor( vlc_object_t * p_this )
if
(
p_playlist
->
p_fetcher
)
vlc_object_release
(
p_playlist
->
p_fetcher
);
#ifndef NDEBUG
p_this
->
p_libvlc
->
p_playlist
=
NULL
;
/* pl_Yield() will fail */
libvlc_priv
(
p_this
->
p_libvlc
)
->
p_playlist
=
NULL
;
/* pl_Yield() will fail */
#endif
}
...
...
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