rename pa_hook_free() to pa_hook_done() since the hook struct is allocated on the...
commit084f4292f6d1f36ae175b9fd1de070dc942ff29e
authorLennart Poettering <lennart@poettering.net>
Sun, 3 Aug 2008 14:21:08 +0000 (3 16:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 3 Aug 2008 14:31:49 +0000 (3 16:31 +0200)
tree5c1fc12870db2a428e56836bbf4abe587038bcf3
parent34c435480fc2c6110994efac5ab85e27bcd653d9
rename pa_hook_free() to pa_hook_done() since the hook struct is allocated on the stack not via malloc
src/pulsecore/core.c
src/pulsecore/hook-list.c
src/pulsecore/hook-list.h
src/tests/hook-list-test.c