Commit 2df4e878 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2522 from bjovke/my_working_branch

Another macro correction.
parents af6e071f 9bee9d6d
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
// 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()\
do {\
delete poller_all;\ delete poller_all;\
delete poller_in;\ delete poller_in;\
delete poller_control;\ delete poller_control;\
...@@ -67,7 +68,8 @@ ...@@ -67,7 +68,8 @@
delete poller_send_blocked;\ delete poller_send_blocked;\
delete poller_both_blocked;\ delete poller_both_blocked;\
delete poller_frontend_only;\ delete poller_frontend_only;\
delete poller_backend_only\ delete poller_backend_only;\
} while (0)
#define CHECK_RC_EXIT_ON_FAILURE()\ #define CHECK_RC_EXIT_ON_FAILURE()\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment