aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_burst.c
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_burst.c')
-rw-r--r--pingu_burst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pingu_burst.c b/pingu_burst.c
index cdb5306..3505c94 100644
--- a/pingu_burst.c
+++ b/pingu_burst.c
@@ -50,6 +50,7 @@ void ping_burst_start(struct ev_loop *loop, struct pingu_host *host)
log_debug("%s: failed to send first ping to %s", host->label, buf);
host->burst.active = 0;
}
+ freeaddrinfo(ai);
}
void pingu_burst_timeout_cb(struct ev_loop *loop, struct ev_timer *w,