Skip to content

Commit

Permalink
fix for wait_aio()
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Nov 21, 2023
1 parent 419e47b commit 735bb82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static void thread_aio_finalizer(SEXP xptr) {
nano_cv *ncv = xp->cv;
nng_mtx *mtx = ncv->mtx;
nng_cv *cv = ncv->cv;
nng_aio_stop(xp->aio);
nng_thread_destroy(xp->thr);
nng_cv_free(cv);
nng_mtx_free(mtx);
Expand Down

0 comments on commit 735bb82

Please sign in to comment.