mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 14:45:38 +02:00
define a macro for heap object deletion in a unified manner (related to issue #1524)
This commit is contained in:
@@ -111,7 +111,7 @@ zmq::session_base_t::~session_base_t ()
|
||||
if (engine)
|
||||
engine->terminate ();
|
||||
|
||||
delete addr;
|
||||
LIBZMQ_DELETE(addr);
|
||||
}
|
||||
|
||||
void zmq::session_base_t::attach_pipe (pipe_t *pipe_)
|
||||
|
Reference in New Issue
Block a user