mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 07:27:26 +01:00
Another macro correction.
This commit is contained in:
parent
d66c2508cf
commit
9bee9d6d03
@ -60,14 +60,16 @@
|
|||||||
|
|
||||||
// PROXY_CLEANUP() must not be used before these variables are initialized.
|
// PROXY_CLEANUP() must not be used before these variables are initialized.
|
||||||
#define PROXY_CLEANUP()\
|
#define PROXY_CLEANUP()\
|
||||||
delete poller_all;\
|
do {\
|
||||||
delete poller_in;\
|
delete poller_all;\
|
||||||
delete poller_control;\
|
delete poller_in;\
|
||||||
delete poller_receive_blocked;\
|
delete poller_control;\
|
||||||
delete poller_send_blocked;\
|
delete poller_receive_blocked;\
|
||||||
delete poller_both_blocked;\
|
delete poller_send_blocked;\
|
||||||
delete poller_frontend_only;\
|
delete poller_both_blocked;\
|
||||||
delete poller_backend_only\
|
delete poller_frontend_only;\
|
||||||
|
delete poller_backend_only;\
|
||||||
|
} while (0)
|
||||||
|
|
||||||
|
|
||||||
#define CHECK_RC_EXIT_ON_FAILURE()\
|
#define CHECK_RC_EXIT_ON_FAILURE()\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user