From: Mike Brady Date: Sun, 3 Jun 2018 18:59:54 +0000 (+0100) Subject: Use shutdown() before close() and separate out the cancel requests for the timing... X-Git-Tag: 3.2RC11~3^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5b1a69f91a2b903e5ab01b975b666850b81ef5b;p=thirdparty%2Fshairport-sync.git Use shutdown() before close() and separate out the cancel requests for the timing, control and audio threads, see if we can see anything. --- diff --git a/configure.ac b/configure.ac index 2ed89605..0fb4a78d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.2d59], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d60], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])