[svn-commits] mmichelson: branch mmichelson/agent_experiment r372132 - /team/mmichelson/age...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Sep 3 14:32:07 CDT 2012


Author: mmichelson
Date: Mon Sep  3 14:32:03 2012
New Revision: 372132

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372132
Log:
Remove unnecessary channel unref.


Modified:
    team/mmichelson/agent_experiment/channels/chan_agent2.c

Modified: team/mmichelson/agent_experiment/channels/chan_agent2.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/agent_experiment/channels/chan_agent2.c?view=diff&rev=372132&r1=372131&r2=372132
==============================================================================
--- team/mmichelson/agent_experiment/channels/chan_agent2.c (original)
+++ team/mmichelson/agent_experiment/channels/chan_agent2.c Mon Sep  3 14:32:03 2012
@@ -432,8 +432,6 @@
 	 * Possible solution: Create an ao2_cond_wait/ao2_cond_signal?
 	 */
 
-	agent->channel = ast_channel_unref(chan);
-
 	return 0;
 }
 




More information about the svn-commits mailing list