ssorj commented on code in PR #369: URL: https://github.com/apache/qpid-proton/pull/369#discussion_r864735197
########## c/src/proactor/win_iocp.cpp: ########## @@ -1514,7 +1514,7 @@ void pni_iocp_initialize(void *obj) pni_shared_pool_create(iocp); iocp->completion_port = CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, 0, 0); assert(iocp->completion_port != NULL); - iocp->zombie_list = pn_list(PN_OBJECT, 0); + iocp->zombie_list = pn_list(PN_CLASSCLASS(pni_iocpdesc), 0); Review Comment: I noticed that this one is not like the others, so checking if it's as it should be. The others pass the address of PN_CLASSCLASS. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
