summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-01-13 10:20:26 +0000
committerMike Brady <mikebrady@eircom.net>2019-01-13 10:20:26 +0000
commit6c912d6ce53c1762734bf30f461437f2d7d91b4c (patch)
tree693ea25a369bbeb3cf37d83bd4bb9f09e20d39d8 /configure.ac
parent93cae8a5d1bbe80532892405a5e6d4e8e5888bc9 (diff)
Revise the code for retaining and freeing rtsp message memory allocations. Be more careful about cleaning up a possible message allocation when the rtsp channel is closed. Watch for overreleasing a message.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4b1f291..dfeb114 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.3d45], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d46], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])