Fixed: [Mem error when more multiple uses on top level with multiple statements in grouping](https://github.com/clicon/clixon/issues/583)

This commit is contained in:
Olof hagsand 2024-12-05 15:44:01 +01:00
parent 30f9e174fa
commit 21476c1399
4 changed files with 19 additions and 11 deletions

View file

@ -101,6 +101,12 @@ module example {
*/
}
}
grouping pg4 {
leaf value4{
description "a value";
type string;
}
}
container table{
list parameter{
key name;
@ -116,6 +122,7 @@ module example {
}
}
uses pg1;
uses pg4;
}
EOF