[asterisk-commits] sgriepentrog: trunk r433061 - /trunk/res/res_srtp.exports.in
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 17 17:00:06 CDT 2015
Author: sgriepentrog
Date: Tue Mar 17 17:00:05 2015
New Revision: 433061
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433061
Log:
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
Modified:
trunk/res/res_srtp.exports.in
Modified: trunk/res/res_srtp.exports.in
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_srtp.exports.in?view=diff&rev=433061&r1=433060&r2=433061
==============================================================================
--- trunk/res/res_srtp.exports.in (original)
+++ trunk/res/res_srtp.exports.in Tue Mar 17 17:00:05 2015
@@ -1,4 +1,0 @@
-{
- local:
- *;
-};
More information about the asterisk-commits
mailing list