diff options
Diffstat (limited to 'src/host.c')
-rw-r--r-- | src/host.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |