Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
548a6afc
Commit
548a6afc
authored
Sep 19, 2022
by
Piotr Caban
Committed by
Alexandre Julliard
Sep 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr100: Fix crash when setting scheduler in schedule_task_proc.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=53672
parent
bd43bb53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
concurrency.c
dlls/msvcrt/concurrency.c
+1
-1
No files found.
dlls/msvcrt/concurrency.c
View file @
548a6afc
...
...
@@ -1342,7 +1342,7 @@ static void WINAPI schedule_task_proc(PTP_CALLBACK_INSTANCE instance, void *cont
arg
=
*
(
schedule_task_arg
*
)
context
;
operator_delete
(
context
);
if
(
&
arg
.
scheduler
->
scheduler
!=
try_
get_current_scheduler
())
{
if
(
&
arg
.
scheduler
->
scheduler
!=
get_current_scheduler
())
{
ThreadScheduler_Attach
(
arg
.
scheduler
);
detach
=
TRUE
;
}
...
...
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