diff --git a/examples/multiplex/margo-example-mp-server.c b/examples/multiplex/margo-example-mp-server.c index 33fd3430187a0613fbb3f8b095c17034f96895bf..f519b3c37415683089534ccecf2ac8f5c2a31039 100644 --- a/examples/multiplex/margo-example-mp-server.c +++ b/examples/multiplex/margo-example-mp-server.c @@ -177,9 +177,12 @@ int main(int argc, char **argv) */ margo_wait_for_finalize(mid); + /* TODO: rethink this; can't touch mid after wait for finalize */ +#if 0 svc1_deregister(mid, *handler_pool, 1); svc1_deregister(mid, svc1_pool2, 2); svc2_deregister(mid, *handler_pool, 3); +#endif ABT_xstream_join(svc1_xstream2); ABT_xstream_free(&svc1_xstream2);