]> git.puffer.fish Git - mirror/frr.git/commit
lib: mgmt_msg: fix a valgrind memleak 14691/head
authorChristian Hopps <chopps@labn.net>
Mon, 30 Oct 2023 07:30:05 +0000 (03:30 -0400)
committerChristian Hopps <chopps@labn.net>
Mon, 30 Oct 2023 08:03:12 +0000 (04:03 -0400)
commit49a09ca2b1f8e3e840716bd1978e820dbe9762ea
tree20df185b0bb54bf9fe91208ea4b934fccebb970c
parent73914a3e730f5d8464d72a7228a060183ced8209
lib: mgmt_msg: fix a valgrind memleak

- Free the outbound stream on destroy.

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/mgmt_msg.c