Commit 134f08b3 authored by Akhil Thampy's avatar Akhil Thampy

Fixed issue #2155

parent f6962903
......@@ -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);
......
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