]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Cleanup leaked context information on failure 1519/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 5 Dec 2017 00:03:51 +0000 (19:03 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 5 Dec 2017 00:03:51 +0000 (19:03 -0500)
commita928d46462f10284cdc2da06bf6f3eb8eec7ce05
tree7f5a478d0ce35ec3d0ab1bfd67582b642cf93956
parentb5f270ad0923e0e12584ca341df8fc1b11213225
zebra: Cleanup leaked context information on failure

When we get a STREAM_GET failure of some sort we
need to handle the failure case here and safely
free up stored memory/context and return gracefully.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_ptm.c