]> git.puffer.fish Git - matthieu/frr.git/commit
lib: call protobuf clean up on exit
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Sat, 5 Mar 2022 15:34:28 +0000 (10:34 -0500)
committerChristian Hopps <chopps@labn.net>
Mon, 14 Mar 2022 15:14:12 +0000 (11:14 -0400)
commit79c681952ea3b963a29beab9775e9a7f7e4f72bb
tree76efe0bf774caeb9acd515a5051516f355fb5f3b
parente00241ad9f15208b0aae62203d0856114bf55fec
lib: call protobuf clean up on exit

Let's clean up the valgrind output even more by calling the protobuf
shutdown function that deallocates all library used memory.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/northbound_grpc.cpp