From: Mike Brady Date: Thu, 27 Dec 2018 14:05:48 +0000 (+0000) Subject: Fix some memory leaks, improve silence filling backoff time calculation, alwasy add... X-Git-Tag: 3.3RC0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb381133e27ec3467054f5291305908600bdf64;p=thirdparty%2Fshairport-sync.git Fix some memory leaks, improve silence filling backoff time calculation, alwasy add a NUL to an RTSP message. --- diff --git a/configure.ac b/configure.ac index 0e8bbb1b..578dd4b5 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.3d40], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d41], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])