From cb6c7eecfdf7fc93138656cb2df920e7da8d3f24 Mon Sep 17 00:00:00 2001
From: Scott Griepentrog <sgriepentrog@digium.com>
Date: Tue, 17 Mar 2015 22:00:05 +0000
Subject: [PATCH] various: cleanup issues found during leak hunt

In this collection of small patches to prevent
Valgrind errors are: fixes for reference leaks
in config hooks, evaluating a parameter beyond
bounds, and accessing a structure after a lock
where it could have been already free'd.

Review: https://reviewboard.asterisk.org/r/4407/
........

Merged revisions 431583 from http://svn.asterisk.org/svn/asterisk/branches/13


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@433061 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 res/res_srtp.exports.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/res/res_srtp.exports.in b/res/res_srtp.exports.in
index 5e767549c4..e69de29bb2 100644
--- a/res/res_srtp.exports.in
+++ b/res/res_srtp.exports.in
@@ -1,4 +0,0 @@
-{
-	local:
-		*;
-};
-- 
GitLab