Skip to content

Commit

Permalink
Remove false assert
Browse files Browse the repository at this point in the history
  • Loading branch information
ruti committed Oct 22, 2024
1 parent 193c93a commit 9318e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extend.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ static inline void free_first_req(struct eval *client)
client->type = EV_TUNNEL;
client->pair->type = EV_TUNNEL;

assert(client->buff.data);
free(client->buff.data);
memset(&client->buff, 0, sizeof(client->buff));
}
Expand Down

0 comments on commit 9318e90

Please sign in to comment.