[asterisk-commits] dlee: branch dlee/performance r399649 - /team/dlee/performance/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 23 17:02:36 CDT 2013


Author: dlee
Date: Mon Sep 23 17:02:34 2013
New Revision: 399649

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399649
Log:
LIES!

Modified:
    team/dlee/performance/main/taskprocessor.c

Modified: team/dlee/performance/main/taskprocessor.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/performance/main/taskprocessor.c?view=diff&rev=399649&r1=399648&r2=399649
==============================================================================
--- team/dlee/performance/main/taskprocessor.c (original)
+++ team/dlee/performance/main/taskprocessor.c Mon Sep 23 17:02:34 2013
@@ -431,10 +431,6 @@
 	}
 	ast_free((char *) t->name);
 	if (t->listener) {
-		/* This code should not be reached since the listener
-		 * should have been destroyed before the taskprocessor could
-		 * be destroyed
-		 */
 		ao2_ref(t->listener, -1);
 		t->listener = NULL;
 	}




More information about the asterisk-commits mailing list