mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 23:53:28 +00:00
bgpd: Fix missed prefix_free conversion in rpki code
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
306c4dab55
commit
45206fe2d0
@ -406,7 +406,7 @@ static int bgpd_sync_callback(struct thread *thread)
|
||||
}
|
||||
}
|
||||
|
||||
prefix_free(prefix);
|
||||
prefix_free(&prefix);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user