From: Mike Brady Date: Fri, 21 Sep 2018 17:18:32 +0000 (+0100) Subject: Revert previous change which was to unreference a stream prior to disconnection ... X-Git-Tag: 3.3RC0~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae97af4ad16b75565d458f702aedf19d3d166695;p=thirdparty%2Fshairport-sync.git Revert previous change which was to unreference a stream prior to disconnection -- not needed. --- diff --git a/audio_pa.c b/audio_pa.c index 06144c90..aec4d992 100644 --- a/audio_pa.c +++ b/audio_pa.c @@ -291,7 +291,6 @@ static void stop(void) { audio_occupancy = 0; // debug(1, "finish with stream"); - pa_stream_unref(stream); pa_stream_disconnect(stream); }