mirror of
git://erdgeist.org/opentracker
synced 2025-02-22 17:11:29 +08:00
Cannot access members after they are freed :/
This commit is contained in:
parent
b86e6382a1
commit
6eb441d8a0
@ -647,10 +647,10 @@ static void handle_timeouted( void ) {
|
||||
while( ( i = io_timeouted() ) != -1 ) {
|
||||
struct http_data* h=io_getcookie( i );
|
||||
if( h ) {
|
||||
iob_reset( &h->batch );
|
||||
array_reset( &h->request );
|
||||
free( h );
|
||||
}
|
||||
iob_reset( &h->batch );
|
||||
io_close(i);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user