Merge pull request #5298 from donaldsharp/bgp_prefix_rpki

bgpd: Fix missed prefix_free conversion in rpki code
This commit is contained in:
Russ White 2019-11-08 15:29:05 -05:00 committed by GitHub
commit 26109a7873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -406,7 +406,7 @@ static int bgpd_sync_callback(struct thread *thread)
}
}
prefix_free(prefix);
prefix_free(&prefix);
return 0;
}