aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pipe.c b/src/core/pipe.c
index d5a9ed85..dd597feb 100644
--- a/src/core/pipe.c
+++ b/src/core/pipe.c
@@ -195,7 +195,7 @@ nni_pipe_destroy(nni_pipe *p)
{
NNI_ASSERT(p->p_refcnt == 0);
- nni_objhash_unref_wait(nni_allpipes, p->p_id);
+ nni_objhash_unref(nni_allpipes, p->p_id);
}