From 2033988343bce413763d3e9664e3e8372da48591 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 10 Dec 2020 22:17:23 -0800 Subject: fixes #1313 support deferred nng_aio destruction --- src/nng.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index 10298035..3a3c3c5c 100644 --- a/src/nng.c +++ b/src/nng.c @@ -1736,6 +1736,12 @@ nng_aio_free(nng_aio *aio) nni_aio_free(aio); } +void +nng_aio_reap(nng_aio *aio) +{ + nni_aio_reap(aio); +} + void nng_sleep_aio(nng_duration ms, nng_aio *aio) { -- cgit v1.2.3-70-g09d2