Skip to content

Commit

Permalink
nhrpd: Cleanup a hash on nhrp shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Dec 16, 2023
1 parent f38687b commit e700069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nhrpd/nhrp_vc.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,5 @@ void nhrp_vc_terminate(void)
{
nhrp_vc_reset();
hash_clean(nhrp_vc_hash, nhrp_vc_free);
hash_free(nhrp_vc_hash);
}

0 comments on commit e700069

Please sign in to comment.