mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 12:54:36 +02:00
Remove destroying of context
We don't create it, we don't destroy it.
This commit is contained in:
@@ -174,8 +174,6 @@ void LiveRecvModule::receive_thread(const size_t n_modules, void* ctx_)
|
||||
zmq_close(sockets[i]);
|
||||
}
|
||||
|
||||
zmq_ctx_destroy(ctx_);
|
||||
|
||||
} catch (const std::exception& e) {
|
||||
is_receiving_ = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user