[Freeswitch-svn] [commit] r6919 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Thu Dec 20 15:26:00 EST 2007


Author: anthm
Date: Thu Dec 20 15:26:00 2007
New Revision: 6919

Modified:
   freeswitch/trunk/src/switch_console.c

Log:
fix FSCORE-75

Modified: freeswitch/trunk/src/switch_console.c
==============================================================================
--- freeswitch/trunk/src/switch_console.c	(original)
+++ freeswitch/trunk/src/switch_console.c	Thu Dec 20 15:26:00 2007
@@ -246,6 +246,7 @@
 				free(cmd);
 			}
 		}
+		switch_yield(1000);
 	}
 	
   	switch_core_destroy_memory_pool(&pool);	



More information about the Freeswitch-svn mailing list