Skip to content

Commit

Permalink
Merge pull request #13368 from Keelan10/nhrpd-memory-leak
Browse files Browse the repository at this point in the history
nhrpd: Fix nhrpd memory leak
  • Loading branch information
ton31337 authored Apr 26, 2023
2 parents b38aed3 + e15ca73 commit 13c4261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nhrpd/nhrp_nhs.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ void nhrp_nhs_terminate(void)
&nifp->afi[afi].nhslist_head, nhs)
nhrp_nhs_free(nifp, afi, nhs);
}
nhrp_peer_interface_del(ifp);
}
}

Expand Down

0 comments on commit 13c4261

Please sign in to comment.