diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-02-03 11:22:13 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-02-03 11:22:13 -0500 |
| commit | b3ba5dc7fe769f3719b2812e4fdb9f8f8271032d (patch) | |
| tree | 326b49289dd6b1e83c4ff98899983dd4972afff8 /eigrpd/eigrp_interface.c | |
| parent | 84e1268340b71c605772858dc1b5ebc2d577bf85 (diff) | |
*: don't null after XFREE; XFREE does this itself
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_interface.c')
| -rw-r--r-- | eigrpd/eigrp_interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eigrpd/eigrp_interface.c b/eigrpd/eigrp_interface.c index ece0b4b0c4..9ef4e86237 100644 --- a/eigrpd/eigrp_interface.c +++ b/eigrpd/eigrp_interface.c @@ -121,7 +121,6 @@ int eigrp_if_delete_hook(struct interface *ifp) eigrp_fifo_free(ei->obuf); XFREE(MTYPE_EIGRP_IF_INFO, ifp->info); - ifp->info = NULL; return 0; } |
