Skip to content

Commit

Permalink
ames: clean up libuv timers
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Dec 7, 2023
1 parent 4a88bd9 commit 75edf96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/vere/io/ames.c
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,8 @@ _ames_io_exit(u3_auto* car_u)
{
u3_ames* sam_u = (u3_ames*)car_u;
uv_close(&sam_u->had_u, _ames_exit_cb);
uv_close((uv_handle_t*)&sam_u->sun_u.dns_u, 0);
uv_close((uv_handle_t*)&sam_u->sun_u.tim_u, 0);
}

/* _ames_io_info(): produce status info.
Expand Down

0 comments on commit 75edf96

Please sign in to comment.