diff options
author | Johannes Schmitz <schmitz@ti.rwth-aachen.de> | 2014-05-12 14:28:44 +0200 |
---|---|---|
committer | Johannes Schmitz <schmitz@ti.rwth-aachen.de> | 2014-05-12 14:28:44 +0200 |
commit | 746737b4a9fc74bf4e86debdf35e67b8238da8b9 (patch) | |
tree | 2339b67db298d2a087ba50d91db3b482e6d553bf /gr-zeromq/lib/req_source_impl.cc | |
parent | aa80a7739e6885441724a776870d1b9de0183da0 (diff) |
zeromq: Don't call context close as it is not available in zmq 2
Diffstat (limited to 'gr-zeromq/lib/req_source_impl.cc')
-rw-r--r-- | gr-zeromq/lib/req_source_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-zeromq/lib/req_source_impl.cc b/gr-zeromq/lib/req_source_impl.cc index 2e40a2e97d..54cd659972 100644 --- a/gr-zeromq/lib/req_source_impl.cc +++ b/gr-zeromq/lib/req_source_impl.cc @@ -58,7 +58,6 @@ namespace gr { req_source_impl::~req_source_impl() { d_socket->close(); - d_context->close(); delete d_socket; delete d_context; } |