mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
add refernce counting for sinks, sources, sink-inputs and source-outputs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@200 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
8c6593dabf
commit
6e019795bf
27 changed files with 426 additions and 132 deletions
|
|
@ -41,7 +41,7 @@ static void eof_cb(struct pa_cli*c, void *userdata) {
|
|||
struct pa_module *m = userdata;
|
||||
assert(c && m);
|
||||
|
||||
pa_module_unload_request(m->core, m);
|
||||
pa_module_unload_request(m);
|
||||
}
|
||||
|
||||
int pa__init(struct pa_core *c, struct pa_module*m) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue