diff options
Diffstat (limited to 'pbrd/pbr_map.c')
| -rw-r--r-- | pbrd/pbr_map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbrd/pbr_map.c b/pbrd/pbr_map.c index 7928b8e2e7..edc3f1d8da 100644 --- a/pbrd/pbr_map.c +++ b/pbrd/pbr_map.c @@ -75,6 +75,7 @@ static void pbr_map_sequence_delete(struct pbr_map_sequence *pbrms) { XFREE(MTYPE_TMP, pbrms->internal_nhg_name); + QOBJ_UNREG(pbrms); XFREE(MTYPE_PBR_MAP_SEQNO, pbrms); } |
