[svn-commits] oej: branch oej/codename-pineapple r47719 - /team/oej/codename-pineapple/chan...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 16 01:31:19 MST 2006


Author: oej
Date: Thu Nov 16 02:31:19 2006
New Revision: 47719

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47719
Log:
Update

Modified:
    team/oej/codename-pineapple/channels/chan_sip3.c

Modified: team/oej/codename-pineapple/channels/chan_sip3.c
URL: http://svn.digium.com/view/asterisk/team/oej/codename-pineapple/channels/chan_sip3.c?view=diff&rev=47719&r1=47718&r2=47719
==============================================================================
--- team/oej/codename-pineapple/channels/chan_sip3.c (original)
+++ team/oej/codename-pineapple/channels/chan_sip3.c Thu Nov 16 02:31:19 2006
@@ -7106,6 +7106,8 @@
 		ast_log(LOG_ERROR, "Unable to register channel type 'SIP'\n");
 		io_context_destroy(io);
 		sched_context_destroy(sched);
+		
+		/* Isn't there more to destroy here? */
 		return AST_MODULE_LOAD_FAILURE;
 	}
 



More information about the svn-commits mailing list