dect
/
asterisk
Archived
13
0
Fork 0

remove a leftover sleep(1) used for debugging

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95671 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2008-01-01 23:53:43 +00:00
parent 59bc75d1f8
commit 2632ca870c
1 changed files with 1 additions and 2 deletions

View File

@ -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;