summaryrefslogtreecommitdiffstats
path: root/runtime/tests/agg/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/agg/stats.c')
-rw-r--r--runtime/tests/agg/stats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/tests/agg/stats.c b/runtime/tests/agg/stats.c
index 0d57d4d7..58fb9d41 100644
--- a/runtime/tests/agg/stats.c
+++ b/runtime/tests/agg/stats.c
@@ -55,5 +55,8 @@ int main ()
_stp_stat_print (st3, "count:%C sum:%S avg:%A min:%m max:%M\n%H", 1);
_stp_print_flush();
+ _stp_stat_del(st1);
+ _stp_stat_del(st2);
+ _stp_stat_del(st3);
return 0;
}