mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
We've already set an initial reference count of 1 so don't count it up again.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@634 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
64571374b3
commit
b67963cec2
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ pa_stream *pa_stream_new(pa_context *c, const char *name, const pa_sample_spec *
|
|||
|
||||
PA_LLIST_PREPEND(pa_stream, c->streams, s);
|
||||
|
||||
return pa_stream_ref(s);
|
||||
return s;
|
||||
}
|
||||
|
||||
static void hashmap_free_func(void *p, void *userdata) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue