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;
 }