mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
commit
23be1dc0ec
@ -48,9 +48,7 @@ zmq::mtrie_t::mtrie_t () :
|
||||
|
||||
zmq::mtrie_t::~mtrie_t ()
|
||||
{
|
||||
if (pipes) {
|
||||
LIBZMQ_DELETE(pipes);
|
||||
}
|
||||
LIBZMQ_DELETE(pipes);
|
||||
|
||||
if (count == 1) {
|
||||
zmq_assert (next.node);
|
||||
|
Loading…
Reference in New Issue
Block a user