Skip to content

Commit

Permalink
revert one
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Nov 12, 2024
1 parent 8c3856d commit 6408dc8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nanonext 1.3.0.9007 (development)
# nanonext 1.3.0.9008 (development)

#### Updates

Expand Down
1 change: 0 additions & 1 deletion src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6408dc8

Please sign in to comment.