OBS-URL: https://build.opensuse.org/request/show/604718 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=88
17 lines
401 B
Diff
17 lines
401 B
Diff
Index: wget-1.19.5/src/host.c
|
|
===================================================================
|
|
--- wget-1.19.5.orig/src/host.c
|
|
+++ wget-1.19.5/src/host.c
|
|
@@ -732,7 +732,10 @@ wait_ares (ares_channel channel)
|
|
ares_process (channel, &read_fds, &write_fds);
|
|
}
|
|
if (timer)
|
|
- timer = ptimer_destroy (timer);
|
|
+ {
|
|
+ ptimer_destroy (timer);
|
|
+ timer = NULL;
|
|
+ }
|
|
}
|
|
|
|
static void
|