Skip to content

Commit

Permalink
ames: clean up libuv timers (#568)
Browse files Browse the repository at this point in the history
CI on urbit/urbit next/kelvin/411 was broken, presumably because of
this.
  • Loading branch information
pkova authored Dec 7, 2023
2 parents 4a88bd9 + 75edf96 commit dad08cc
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 dad08cc

Please sign in to comment.