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