[asterisk-commits] mmichelson: branch group/CCSS r221704 -	/team/group/CCSS/main/ccss.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Oct  1 15:01:20 CDT 2009
    
    
  
Author: mmichelson
Date: Thu Oct  1 15:01:16 2009
New Revision: 221704
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=221704
Log:
Add missing unlock statement.
Modified:
    team/group/CCSS/main/ccss.c
Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=221704&r1=221703&r2=221704
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Thu Oct  1 15:01:16 2009
@@ -2404,6 +2404,7 @@
 		 * the admin has changed a CC_INTERFACES variable at some point.
 		 */
 		ast_free(var_value);
+		ast_channel_unlock(chan);
 		return -1;
 	}
 
    
    
More information about the asterisk-commits
mailing list