From: Luigi Rizzo Date: Tue, 1 Jan 2008 23:53:43 +0000 (+0000) Subject: remove a leftover sleep(1) used for debugging X-Git-Tag: 1.6.0-beta1~3^2~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c1dbb39a96386c369c7dbbeee352c732c8d91e;p=thirdparty%2Fasterisk.git remove a leftover sleep(1) used for debugging git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95671 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/console_video.c b/channels/console_video.c index 604a580280..ebf936a379 100644 --- a/channels/console_video.c +++ b/channels/console_video.c @@ -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 @@ static int video_out_uninit(struct video_desc *env) 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;