summaryrefslogtreecommitdiff
path: root/src/lb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lb.cpp')
-rw-r--r--src/lb.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lb.cpp b/src/lb.cpp
index 2468b48..53f8f58 100644
--- a/src/lb.cpp
+++ b/src/lb.cpp
@@ -54,6 +54,11 @@ void zmq::lb_t::terminate ()
{
terminating = true;
+ if (pipes.empty ()) {
+ sink->terminated ();
+ return;
+ }
+
for (pipes_t::size_type i = 0; i != pipes.size (); i++)
pipes [i]->terminate ();
}