commit | 072086c742237c6b5d8ddebf4b9f06e7a3398247 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Sep 06 13:31:45 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Sep 06 13:31:45 2024 +0200 |
tree | 15a4202c3605354f2ecab839be3ad7c3d2eed32c | |
parent | 605b2ac5715c40b5664deaefb24c6b9e76fe4c12 [diff] |
perf BUGFIX keep cont tempty for repeated runs
diff --git a/tests/perf/perf.c b/tests/perf/perf.c index da1eb93..37591cb 100644 --- a/tests/perf/perf.c +++ b/tests/perf/perf.c
@@ -580,6 +580,9 @@ TEST_END(ts_end); + /* need to remove the duplicated nodes if the test is repeated */ + lyd_free_siblings(lyd_child(state->data1)); + return LY_SUCCESS; }