diff options
| -rw-r--r-- | zebra/zebra_vxlan.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan.c b/zebra/zebra_vxlan.c index b8c11e186a..011ac9ef4b 100644 --- a/zebra/zebra_vxlan.c +++ b/zebra/zebra_vxlan.c @@ -1601,7 +1601,7 @@ static void svd_nh_del_terminate(void *ptr)  	struct zebra_neigh *n = ptr;  	n->refcnt = 0; -	svd_nh_del(n); +	XFREE(MTYPE_L3NEIGH, n);  }  | 
