[svn-commits] russell: branch russell/chan_refcount r89921 - /team/russell/chan_refcount/apps/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 27 18:25:31 CST 2007


Author: russell
Date: Tue Nov 27 18:25:29 2007
New Revision: 89921

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89921
Log:
remove channel locking that is no longer needed

Modified:
    team/russell/chan_refcount/apps/app_channelredirect.c

Modified: team/russell/chan_refcount/apps/app_channelredirect.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/apps/app_channelredirect.c?view=diff&rev=89921&r1=89920&r2=89921
==============================================================================
--- team/russell/chan_refcount/apps/app_channelredirect.c (original)
+++ team/russell/chan_refcount/apps/app_channelredirect.c Tue Nov 27 18:25:29 2007
@@ -72,11 +72,8 @@
 		goto quit;
 	}
 
-	ast_channel_lock(chan2);
-
 	res = ast_parseable_goto(chan2, args.label);
 
-	ast_channel_unlock(chan2);
 	ast_channel_unref(chan2);
 
 quit:




More information about the svn-commits mailing list