summaryrefslogtreecommitdiffstats
path: root/src/tests/smoother-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/smoother-test.c')
-rw-r--r--src/tests/smoother-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/smoother-test.c b/src/tests/smoother-test.c
index ed4327e9..96acdd40 100644
--- a/src/tests/smoother-test.c
+++ b/src/tests/smoother-test.c
@@ -69,4 +69,7 @@ int main(int argc, char*argv[]) {
printf("%llu\t%llu\n", x/PA_USEC_PER_MSEC, pa_smoother_get(s, x)/PA_USEC_PER_MSEC);
}
+ pa_smoother_free(s);
+
+ return 0;
}