Skip to content

Commit

Permalink
release event loop
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Nov 26, 2024
1 parent 95681cd commit 2331fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/darwin/dispatch_queue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ static void s_destroy(struct aws_event_loop *event_loop) {
dispatch_async_and_wait_f(dispatch_loop->dispatch_queue, dispatch_loop, s_dispatch_queue_destroy_task);

AWS_LOGF_TRACE(AWS_LS_IO_EVENT_LOOP, "id=%p: Releasing Dispatch Queue.", (void *)event_loop);
event_loop->impl_data = NULL;
}

static int s_wait_for_stop_completion(struct aws_event_loop *event_loop) {
Expand Down

0 comments on commit 2331fca

Please sign in to comment.