From: Mike Brady Date: Sun, 27 Jan 2019 13:52:21 +0000 (+0000) Subject: Fix a number of memory leaks and one #include error when using the OpenSSL library. X-Git-Tag: 3.3RC0~66^2~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7639bfadbf87977d1524206cec5cc33c17bac358;p=thirdparty%2Fshairport-sync.git Fix a number of memory leaks and one #include error when using the OpenSSL library. --- diff --git a/configure.ac b/configure.ac index 530bf763..af9268e8 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.3d48], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d49], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])