diff options
Diffstat (limited to 'src/pulsecore/sink.c')
-rw-r--r-- | src/pulsecore/sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index 5a79a41c..a66097bc 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -326,7 +326,7 @@ static void inputs_drop(pa_sink *s, pa_mix_info *info, unsigned n, size_t length } /* Drop read data */ - pa_sink_input_drop(i, m ? &m->chunk : NULL, length); + pa_sink_input_drop(i, length); if (m) { pa_sink_input_unref(m->userdata); |