From 3d4be5126f91978b7d7349de79334ecfc8fc2afe Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 11 Mar 2017 22:38:21 -0800 Subject: Notification working - separate thread now. --- src/protocol/survey/survey.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocol/survey') diff --git a/src/protocol/survey/survey.c b/src/protocol/survey/survey.c index 323a262b..4fa89af3 100644 --- a/src/protocol/survey/survey.c +++ b/src/protocol/survey/survey.c @@ -108,6 +108,7 @@ nni_surv_sock_fini(void *arg) { nni_surv_sock *psock = arg; + nni_aio_fini(&psock->aio_getq); NNI_FREE_STRUCT(psock); } -- cgit v1.2.3-70-g09d2