mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-22 06:15:14 +00:00
parent
193c93a68f
commit
9318e90e4e
1
extend.c
1
extend.c
@ -313,7 +313,6 @@ static inline void free_first_req(struct eval *client)
|
|||||||
client->type = EV_TUNNEL;
|
client->type = EV_TUNNEL;
|
||||||
client->pair->type = EV_TUNNEL;
|
client->pair->type = EV_TUNNEL;
|
||||||
|
|
||||||
assert(client->buff.data);
|
|
||||||
free(client->buff.data);
|
free(client->buff.data);
|
||||||
memset(&client->buff, 0, sizeof(client->buff));
|
memset(&client->buff, 0, sizeof(client->buff));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user