mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
lib: fix CLI parser memleak
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
f787d7a0b3
commit
4d85f868a5
@ -191,7 +191,7 @@ start:
|
|||||||
|
|
||||||
varname_token: '$' WORD
|
varname_token: '$' WORD
|
||||||
{
|
{
|
||||||
$$ = XSTRDUP (MTYPE_LEX, $2);
|
$$ = $2;
|
||||||
}
|
}
|
||||||
| /* empty */
|
| /* empty */
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user