]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_lcommunity.c
ospfd: Convert ospf_asbr.c to use error-codes subsystem
[mirror_frr.git] / bgpd / bgp_lcommunity.c
index 33f4d139b8271027baecad6b7355a119f578024b..3e160bc56ed95b55d65dbe113400c810dcc04c61 100644 (file)
@@ -50,7 +50,6 @@ void lcommunity_free(struct lcommunity **lcom)
        if ((*lcom)->str)
                XFREE(MTYPE_LCOMMUNITY_STR, (*lcom)->str);
        XFREE(MTYPE_LCOMMUNITY, *lcom);
-       lcom = NULL;
 }
 
 static void lcommunity_hash_free(struct lcommunity *lcom)