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 eab7c64 commit ba5cb6dCopy full SHA for ba5cb6d
source/darwin/dispatch_queue_event_loop.c
@@ -171,8 +171,9 @@ static void s_scheduled_iteration_entry_destroy(struct scheduled_iteration_entry
171
return;
172
}
173
174
- s_dispatch_loop_release(entry->dispatch_loop);
+ struct aws_dispatch_loop *dispatch_loop_for_release = entry->dispatch_loop;
175
aws_mem_release(entry->allocator, entry);
176
+ s_dispatch_loop_release(dispatch_loop_for_release);
177
178
179
/* Manually called to destroy an aws_event_loop */
0 commit comments