summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorColin Guthrie <pulse@colin.guthr.ie>2008-08-03 19:56:49 +0100
committerColin Guthrie <pulse@colin.guthr.ie>2008-08-03 19:56:49 +0100
commit5744237a066186be305be9ea3ecb3ccccadcceca (patch)
tree6a08957a66fb308a8f1b37232d9b2d24a246e394 /src/tests
parentb30a5d601eaffd98914ca0b9fdecd863eade0b4f (diff)
parent04ffac57a67eee9640f248b6fab33ee8367b0eab (diff)
Merge branch 'master' of git://git.0pointer.de/pulseaudio
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/hook-list-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hook-list-test.c b/src/tests/hook-list-test.c
index 60b965cd..452e4776 100644
--- a/src/tests/hook-list-test.c
+++ b/src/tests/hook-list-test.c
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
pa_hook_fire(&hook, (void*) "call2");
- pa_hook_free(&hook);
+ pa_hook_done(&hook);
return 0;
}