Browse Source

Free iobatches on timeout

dynamic-accesslists
erdgeist 17 years ago
parent
commit
d1c57d90dd
  1. 1
      opentracker.c

1
opentracker.c

@ -650,6 +650,7 @@ static void handle_timeouted( void ) { @@ -650,6 +650,7 @@ static void handle_timeouted( void ) {
array_reset( &h->request );
free( h );
}
iob_reset( &h->batch );
io_close(i);
}
}

Loading…
Cancel
Save