From 746737b4a9fc74bf4e86debdf35e67b8238da8b9 Mon Sep 17 00:00:00 2001 From: Johannes Schmitz <schmitz@ti.rwth-aachen.de> Date: Mon, 12 May 2014 14:28:44 +0200 Subject: zeromq: Don't call context close as it is not available in zmq 2 --- gr-zeromq/lib/pull_source_impl.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-zeromq/lib/pull_source_impl.cc') diff --git a/gr-zeromq/lib/pull_source_impl.cc b/gr-zeromq/lib/pull_source_impl.cc index 83f59c5c76..479b15bb32 100644 --- a/gr-zeromq/lib/pull_source_impl.cc +++ b/gr-zeromq/lib/pull_source_impl.cc @@ -61,7 +61,6 @@ namespace gr { pull_source_impl::~pull_source_impl() { d_socket->close(); - d_context->close(); delete d_socket; delete d_context; } -- cgit v1.2.3