diff --git a/source/libs/transport/inc/transComm.h b/source/libs/transport/inc/transComm.h index f8b3893782fcfd3a2fa6c21903c280c539f019cd..5ba6c4029eab7d0f530e104de90bb288b96de082 100644 --- a/source/libs/transport/inc/transComm.h +++ b/source/libs/transport/inc/transComm.h @@ -223,6 +223,7 @@ int transSendAsync(SAsyncPool* pool, queue* mq); uv_async_t* async = &(pool->asyncs[i]); \ SAsyncItem* item = async->data; \ while (!QUEUE_IS_EMPTY(&item->qmsg)) { \ + tTrace("destroy msg in async pool "); \ queue* h = QUEUE_HEAD(&item->qmsg); \ QUEUE_REMOVE(h); \ msgType* msg = QUEUE_DATA(h, msgType, q); \