The result of this call to singlylinkedlist_item_get_value is not checked for null, but 97% of calls to singlylinkedlist_item_get_value check for null.
|
OPERATION_MESSAGE_INSTANCE* pending_operation_message = (OPERATION_MESSAGE_INSTANCE*)singlylinkedlist_item_get_value(pending_operation_list_item_handle); |
The result of this call to singlylinkedlist_item_get_value is not checked for null, but 97% of calls to singlylinkedlist_item_get_value check for null.
azure-uamqp-c/src/amqp_management.c
Line 369 in fce194c