Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Feb 12, 2025
1 parent cd41c8f commit f81423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/darwin/dispatch_queue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static void s_start_destroy(struct aws_event_loop *event_loop) {
struct aws_dispatch_loop *dispatch_loop = event_loop->impl_data;

s_lock_synced_data(dispatch_loop);
enum aws_dispatch_queue_execution_state execution_state = dispatch_loop->synced_data.execution_state;
enum aws_dispatch_loop_execution_state execution_state = dispatch_loop->synced_data.execution_state;
AWS_FATAL_ASSERT(execution_state == AWS_DLES_RUNNING || execution_state == AWS_DLES_SUSPENDED);
if (execution_state == AWS_DLES_SUSPENDED) {
dispatch_resume(dispatch_loop->dispatch_queue);
Expand Down

0 comments on commit f81423f

Please sign in to comment.