mirror of
https://github.com/mirror/wget.git
synced 2025-01-03 00:40:28 +08:00
* src/host.c (wait_ares): Free ptimer
This commit is contained in:
parent
99a7039def
commit
7963260e76
@ -731,6 +731,8 @@ wait_ares (ares_channel channel)
|
||||
else
|
||||
ares_process (channel, &read_fds, &write_fds);
|
||||
}
|
||||
if (timer)
|
||||
timer = ptimer_destroy (timer);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user