1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00

fix double free

This commit is contained in:
LE Xuan Sang 2015-10-22 14:04:57 +02:00
parent 9edeed5ffa
commit ab1eb7bcba
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -131,7 +131,7 @@ void catb(int client, FILE* ptr)
fread(buffer,BUFFLEN,1,ptr);
__b(client,buffer,BUFFLEN);
}
fclose(ptr);
//fclose(ptr);
}
void cat(int client, FILE *resource)
{