diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-02-03 11:22:13 -0500 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2020-02-03 11:22:13 -0500 | 
| commit | b3ba5dc7fe769f3719b2812e4fdb9f8f8271032d (patch) | |
| tree | 326b49289dd6b1e83c4ff98899983dd4972afff8 /bfdd/control.c | |
| parent | 84e1268340b71c605772858dc1b5ebc2d577bf85 (diff) | |
*: don't null after XFREE; XFREE does this itself
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bfdd/control.c')
| -rw-r--r-- | bfdd/control.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/bfdd/control.c b/bfdd/control.c index cf821f45b8..ae6f5a3e79 100644 --- a/bfdd/control.c +++ b/bfdd/control.c @@ -407,7 +407,6 @@ static void control_reset_buf(struct bfd_control_buffer *bcb)  {  	/* Get ride of old data. */  	XFREE(MTYPE_BFDD_NOTIFICATION, bcb->bcb_buf); -	bcb->bcb_buf = NULL;  	bcb->bcb_pos = 0;  	bcb->bcb_left = 0;  }  | 
