Skip to content

Commit

Permalink
Merge pull request #14262 from Keelan10/ospfd6-memleak
Browse files Browse the repository at this point in the history
ospf6d: Free Newly Created LSA when Non-Self-Originated Grace LSA is …
  • Loading branch information
riw777 authored Aug 29, 2023
2 parents fa0dd3d + 4525f70 commit 6486741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ospf6d/ospf6_flood.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ void ospf6_receive_lsa(struct ospf6_neighbor *from,
zlog_debug(
"%s, GraceLSA doesn't exist in lsdb, so discarding GraceLSA",
__func__);
ospf6_lsa_delete(new);
return;
}
} else {
Expand Down

0 comments on commit 6486741

Please sign in to comment.