Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/darwin/dispatch_queue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ static void s_dispatch_event_loop_final_destroy(struct aws_event_loop *event_loo
aws_task_scheduler_clean_up(&dispatch_loop->scheduler);
}

dispatch_release(dispatch_loop->dispatch_queue);
aws_mutex_clean_up(&dispatch_loop->synced_data.synced_data_lock);
aws_condition_variable_clean_up(&dispatch_loop->synced_data.signal);
// We don't need to clean up the dispatch_loop->synced_data.scheduled_iterations, as all scheduling entries should
Expand Down
Loading