diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-03-11 22:38:21 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-03-11 22:38:21 -0800 |
| commit | 3d4be5126f91978b7d7349de79334ecfc8fc2afe (patch) | |
| tree | c8cfadbb1096e99cad21bddbb9fe9ff7b5dd175a /src/protocol/survey | |
| parent | 3d90bae8eda62fecdf367932fca591b965838e20 (diff) | |
| download | nng-3d4be5126f91978b7d7349de79334ecfc8fc2afe.tar.gz nng-3d4be5126f91978b7d7349de79334ecfc8fc2afe.tar.bz2 nng-3d4be5126f91978b7d7349de79334ecfc8fc2afe.zip | |
Notification working - separate thread now.
Diffstat (limited to 'src/protocol/survey')
| -rw-r--r-- | src/protocol/survey/survey.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
