[asterisk-commits] twilson: branch twilson/calendaring r191417 - /team/twilson/calendaring/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Apr 30 20:45:38 CDT 2009


Author: twilson
Date: Thu Apr 30 20:45:36 2009
New Revision: 191417

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191417
Log:
Use ast_channel_release

Modified:
    team/twilson/calendaring/res/res_calendar.c

Modified: team/twilson/calendaring/res/res_calendar.c
URL: http://svn.digium.com/svn-view/asterisk/team/twilson/calendaring/res/res_calendar.c?view=diff&rev=191417&r1=191416&r2=191417
==============================================================================
--- team/twilson/calendaring/res/res_calendar.c (original)
+++ team/twilson/calendaring/res/res_calendar.c Thu Apr 30 20:45:36 2009
@@ -670,7 +670,7 @@
 		ast_free(apptext);
 	}
 	if (chan) {
-		ast_channel_free(chan);
+		ast_channel_release(chan);
 	}
 
 	return res;




More information about the asterisk-commits mailing list