Merge pull request #2157 from athampy/master

Fixed issue #2155
This commit is contained in:
Constantin Rack 2016-10-11 05:56:26 +02:00 committed by GitHub
commit 23be1dc0ec

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