Skip to content

Commit

Permalink
print ref count
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Dec 17, 2024
1 parent 9e3ef7d commit 0ee2bc4
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 @@ -226,7 +226,7 @@ static void s_dispatch_event_loop_destroy(void *context) {
AWS_LS_IO_EVENT_LOOP,
"id=%p: remaining context ref count %d",
(void *)event_loop,
*(int*)dispatch_loop->context->ref_count.ref_count.value);
(int *)dispatch_loop->context->ref_count.ref_count.value);
}
}

Expand Down

0 comments on commit 0ee2bc4

Please sign in to comment.