Commit 23be1dc0 authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2157 from athampy/master

Fixed issue #2155
parents f6962903 134f08b3
...@@ -48,9 +48,7 @@ zmq::mtrie_t::mtrie_t () : ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment