mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 02:57:47 +01:00
Fixed issue #2155
This commit is contained in:
parent
f6962903a7
commit
134f08b3ca
@ -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…
Reference in New Issue
Block a user