]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: pbra is already derefed in all paths to this spot
authorDonald Sharp <sharpd@nvidia.com>
Thu, 24 Sep 2020 12:16:57 +0000 (08:16 -0400)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:25 +0000 (15:54 +0300)
commit22e8d992aa5cd2d8e460eea64102e49506708028
tree314a965fcecdb3709d1e58495ee25053bb8da964
parentad0aafc347c894226bced141feb4295d6df7b96c
bgpd: pbra is already derefed in all paths to this spot

The pbra variable is already derefed in all paths to this spot
and as such we cannot be NULL at this point.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_zebra.c