[asterisk-commits] rizzo: trunk r95671 - /trunk/channels/console_video.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 1 17:53:44 CST 2008


Author: rizzo
Date: Tue Jan  1 17:53:43 2008
New Revision: 95671

URL: http://svn.digium.com/view/asterisk?view=rev&rev=95671
Log:
remove a leftover sleep(1) used for debugging

Modified:
    trunk/channels/console_video.c

Modified: trunk/channels/console_video.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/console_video.c?view=diff&rev=95671&r1=95670&r2=95671
==============================================================================
--- trunk/channels/console_video.c (original)
+++ trunk/channels/console_video.c Tue Jan  1 17:53:43 2008
@@ -1,7 +1,7 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright 2007, Marta Carbone, Sergio Fadda, Luigi Rizzo
+ * Copyright 2007-2008, Marta Carbone, Sergio Fadda, Luigi Rizzo
  *
  * See http://www.asterisk.org for more information about
  * the Asterisk project. Please do not directly contact
@@ -328,7 +328,6 @@
 	fbuf_free(&env->enc_in);
 	fbuf_free(&v->enc_out);
 	/* close the grabber */
-	sleep(1);
 	if (v->grabber) {
 		v->grabber_data = v->grabber->close(v->grabber_data);
 		v->grabber = NULL;




More information about the asterisk-commits mailing list