mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
minor cleanup
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1646 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
45e495499e
commit
14d93fce44
1 changed files with 0 additions and 2 deletions
|
|
@ -63,7 +63,6 @@ static void memchunk_stream_unlink(memchunk_stream *u) {
|
|||
pa_sink_input_unref(u->sink_input);
|
||||
u->sink_input = NULL;
|
||||
|
||||
/* Make sure we don't decrease the ref count twice. */
|
||||
memchunk_stream_unref(u);
|
||||
}
|
||||
|
||||
|
|
@ -160,7 +159,6 @@ int pa_play_memchunk(
|
|||
u->parent.parent.free = memchunk_stream_free;
|
||||
u->parent.process_msg = memchunk_stream_process_msg;
|
||||
u->core = sink->core;
|
||||
u->sink_input = NULL;
|
||||
u->memchunk = *chunk;
|
||||
pa_memblock_ref(u->memchunk.memblock);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue