We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32bb73 commit eab7c64Copy full SHA for eab7c64
source/darwin/dispatch_queue_event_loop.c
@@ -183,6 +183,7 @@ static void s_dispatch_event_loop_final_destroy(struct aws_event_loop *event_loo
183
aws_task_scheduler_clean_up(&dispatch_loop->scheduler);
184
}
185
186
+ dispatch_release(dispatch_loop->dispatch_queue);
187
aws_mutex_clean_up(&dispatch_loop->synced_data.synced_data_lock);
188
aws_condition_variable_clean_up(&dispatch_loop->synced_data.signal);
189
// We don't need to clean up the dispatch_loop->synced_data.scheduled_iterations, as all scheduling entries should
0 commit comments