diff options
Diffstat (limited to 'src/protocol/survey')
| -rw-r--r-- | src/protocol/survey/respond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/survey/respond.c b/src/protocol/survey/respond.c index 685f39fd..4a4c8741 100644 --- a/src/protocol/survey/respond.c +++ b/src/protocol/survey/respond.c @@ -160,11 +160,11 @@ nni_resp_pipe_fini(void *arg) { nni_resp_pipe *ppipe = arg; - nni_msgq_fini(ppipe->sendq); nni_aio_fini(&ppipe->aio_putq); nni_aio_fini(&ppipe->aio_getq); nni_aio_fini(&ppipe->aio_send); nni_aio_fini(&ppipe->aio_recv); + nni_msgq_fini(ppipe->sendq); NNI_FREE_STRUCT(ppipe); } |
