summaryrefslogtreecommitdiff
path: root/lib/prefix.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2020-02-03 11:22:13 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2020-02-03 11:22:13 -0500
commitb3ba5dc7fe769f3719b2812e4fdb9f8f8271032d (patch)
tree326b49289dd6b1e83c4ff98899983dd4972afff8 /lib/prefix.c
parent84e1268340b71c605772858dc1b5ebc2d577bf85 (diff)
*: don't null after XFREE; XFREE does this itself
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/prefix.c')
-rw-r--r--lib/prefix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/prefix.c b/lib/prefix.c
index 806df0b4c6..cb6e53b305 100644
--- a/lib/prefix.c
+++ b/lib/prefix.c
@@ -1081,7 +1081,6 @@ void prefix_free_lists(void *arg)
void prefix_free(struct prefix **p)
{
XFREE(MTYPE_PREFIX, *p);
- *p = NULL;
}
/* Utility function to convert ipv4 prefixes to Classful prefixes */