Skip to content

Commit

Permalink
ames: free packet on successful galaxy dns resolution (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Jun 11, 2024
2 parents 51b2e47 + 9ab5c7e commit b3b7c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vere/io/ames.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ _ames_czar_cb(uv_getaddrinfo_t* adr_u,

if ( sas_i == 0 ) {
_ames_czar_here(pac_u, now, (struct sockaddr_in *)rai_u->ai_addr);
_ames_pact_free(pac_u);
} else {
_ames_czar_gone(pac_u->sam_u, now,
pac_u->rut_u.imp_y,
Expand Down

0 comments on commit b3b7c14

Please sign in to comment.