Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
2ae4d9eb
Commit
2ae4d9eb
authored
Oct 26, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ncurses: fix playlist locking problem
parent
8b6530c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/gui/ncurses.c
modules/gui/ncurses.c
+1
-2
No files found.
modules/gui/ncurses.c
View file @
2ae4d9eb
...
...
@@ -1650,9 +1650,8 @@ static int HandleKey(intf_thread_t *p_intf)
if
(
!
p_parent
)
{
playlist_item_t
*
p_item
;
p_item
=
playlist_CurrentPlayingItem
(
p_playlist
);
PL_LOCK
;
p_item
=
playlist_CurrentPlayingItem
(
p_playlist
);
p_parent
=
p_item
?
p_item
->
p_parent
:
NULL
;
PL_UNLOCK
;
if
(
!
p_parent
)
...
...
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