mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 19:33:11 +00:00
Merge pull request #14694 from FRRouting/mergify/bp/dev/9.1/pr-14691
lib: mgmt_msg: fix a valgrind memleak (backport #14691)
This commit is contained in:
commit
a0d12e43f2
@ -427,6 +427,8 @@ void mgmt_msg_destroy(struct mgmt_msg_state *ms)
|
||||
mgmt_msg_reset_writes(ms);
|
||||
if (ms->ins)
|
||||
stream_free(ms->ins);
|
||||
if (ms->outs)
|
||||
stream_free(ms->outs);
|
||||
free(ms->idtag);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user