mirror of
git://erdgeist.org/opentracker
synced 2025-04-22 05:52:00 +02:00
Free iobatches on timeout
This commit is contained in:
parent
8e78ac7012
commit
d1c57d90dd
1 changed files with 1 additions and 0 deletions
|
@ -650,6 +650,7 @@ static void handle_timeouted( void ) {
|
||||||
array_reset( &h->request );
|
array_reset( &h->request );
|
||||||
free( h );
|
free( h );
|
||||||
}
|
}
|
||||||
|
iob_reset( &h->batch );
|
||||||
io_close(i);
|
io_close(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue