From 9f6a98d5408b6169adb426648791affd44ba282e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 25 Sep 2014 22:37:20 +0200 Subject: [PATCH] Fix the indicator --- ponymap.c | 1 + 1 file changed, 1 insertion(+) 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; )