From c4d9a2bf858e1603649352fce0551cbdcbfaad0c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 27 Oct 2007 12:58:54 +0000 Subject: add missing pa_smoother destructor git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1956 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/tests/smoother-test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tests') 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; } -- cgit