This commit is contained in:
Akhil Thampy 2016-10-10 17:50:50 -05:00
parent f6962903a7
commit 134f08b3ca

View File

@ -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);