From 6408dc82577ba350b308cb19b9ee2470918dac03 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:19:39 +0000 Subject: [PATCH] revert one --- DESCRIPTION | 2 +- NEWS.md | 2 +- src/thread.c | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1ff3a947d..6f8008e06 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nanonext Type: Package Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library -Version: 1.3.0.9007 +Version: 1.3.0.9008 Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is a socket library implementing 'Scalability Protocols', a reliable, high-performance standard for common communications patterns including diff --git a/NEWS.md b/NEWS.md index 60fe330ad..ce45ba976 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# nanonext 1.3.0.9007 (development) +# nanonext 1.3.0.9008 (development) #### Updates diff --git a/src/thread.c b/src/thread.c index f10c063b2..3c793e3b9 100644 --- a/src/thread.c +++ b/src/thread.c @@ -414,7 +414,6 @@ SEXP rnng_thread_shutdown(void) { nng_thread_destroy(nano_wait_thr); nng_cv_free(nano_wait_cv); nng_mtx_free(nano_wait_mtx); - nano_wait_thr = NULL; } return R_NilValue; }