aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-25 22:37:20 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-25 22:37:20 +0200
commit9f6a98d5408b6169adb426648791affd44ba282e (patch)
tree20743371744e770c2bf8e79263366a9128daf365
parent55648e3f3bcd9b95318228e3a2676c1f2c38da7b (diff)
downloadponymap-9f6a98d5408b6169adb426648791affd44ba282e.tar.gz
ponymap-9f6a98d5408b6169adb426648791affd44ba282e.tar.xz
ponymap-9f6a98d5408b6169adb426648791affd44ba282e.zip
Fix the indicator
-rw-r--r--ponymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ponymap.c b/ponymap.c
index b446c73..54b0e75 100644
--- a/ponymap.c
+++ b/ponymap.c
@@ -382,6 +382,7 @@ app_context_free (struct app_context *self)
str_map_free (&self->config);
str_map_free (&self->svc_list);
str_map_free (&self->services);
+ indicator_free (&self->indicator);
poller_free (&self->poller);
for (struct ip_range *iter = self->ip_list; iter; )