mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +00:00
Merge pull request #5298 from donaldsharp/bgp_prefix_rpki
bgpd: Fix missed prefix_free conversion in rpki code
This commit is contained in:
commit
26109a7873
@ -406,7 +406,7 @@ static int bgpd_sync_callback(struct thread *thread)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
prefix_free(prefix);
|
prefix_free(&prefix);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user