]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: free rfapi callback object always 12865/head
authorMark Stapp <mjs@labn.net>
Wed, 22 Feb 2023 13:58:28 +0000 (08:58 -0500)
committerMark Stapp <mjs@labn.net>
Wed, 22 Feb 2023 16:29:22 +0000 (11:29 -0500)
commit870d3d2cb8e2fa6ff9329ec7126265d1e25a38ae
treeb7599121e5d024127e512456769878d63ef1dffd
parent5d9414266885a8cd8a03abb05680a9b3737283e7
bgpd: free rfapi callback object always

An rfapi timer callback is responsible for the memory in a
context object, even in special-case exit paths. Always
free that object.

Signed-off-by: Mark Stapp <mjs@labn.net>
bgpd/rfapi/rfapi_import.c