]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_siaquery.c
eigrpd: Fix memory leak in FSM
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 22 Aug 2017 19:39:18 +0000 (15:39 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Aug 2017 12:04:20 +0000 (08:04 -0400)
commit92035b1db4a91d0fc95118a1e0ff73cfa6120b1b
tree8111c5128c76f620740a7ae7cf13e272fe791db0
parent695ff37babda771517c85a20c714d8215ece0c63
eigrpd: Fix memory leak in FSM

The FSM was never freeing the msg.  Since we
do not have a special queue for it, just don't
allocate the memory.  In the future we can put
this back.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_query.c
eigrpd/eigrp_reply.c
eigrpd/eigrp_siaquery.c
eigrpd/eigrp_siareply.c
eigrpd/eigrp_topology.c
eigrpd/eigrp_update.c