Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
a688c408
Commit
a688c408
authored
May 28, 2016
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32: wait for timer completion when rescheduling
parent
6f3e18d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/win32/thread.c
src/win32/thread.c
+1
-1
No files found.
src/win32/thread.c
View file @
a688c408
...
...
@@ -1067,7 +1067,7 @@ void vlc_timer_schedule (vlc_timer_t timer, bool absolute,
if
(
timer
->
handle
!=
INVALID_HANDLE_VALUE
)
{
#if !VLC_WINSTORE_APP
DeleteTimerQueueTimer
(
NULL
,
timer
->
handle
,
NULL
);
DeleteTimerQueueTimer
(
NULL
,
timer
->
handle
,
INVALID_HANDLE_VALUE
);
#endif
timer
->
handle
=
INVALID_HANDLE_VALUE
;
}
...
...
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