From 6b5b35b7569c46fca441de67b1ab25abb527b98c Mon Sep 17 00:00:00 2001
From: Kinsey Moore <kmoore@digium.com>
Date: Mon, 13 May 2013 20:35:28 +0000
Subject: [PATCH] Revert r388529 for now

Adding the cleanup function needs some deeper thought since it
apparently doesn't exist for all variants of libsrtp.
........

Merged revisions 388596 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@388597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 res/res_srtp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/res/res_srtp.c b/res/res_srtp.c
index dea222baea..549a1eaeb9 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -546,7 +546,6 @@ static void res_srtp_shutdown(void)
 {
 	srtp_install_event_handler(NULL);
 	ast_rtp_engine_unregister_srtp();
-	srtp_shutdown();
 	g_initialized = 0;
 }
 
-- 
GitLab