diff options
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 1374b932ae..d00413a222 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -3105,7 +3105,7 @@ void rib_unlink(struct route_node *rn, struct route_entry *re) nexthops_free(re->fib_ng.nexthop); - zapi_opaque_free(re->opaque); + zapi_re_opaque_free(re->opaque); XFREE(MTYPE_RE, re); } |
