Fix the indicator

This commit is contained in:
Přemysl Eric Janouch 2014-09-25 22:37:20 +02:00
parent 55648e3f3b
commit 9f6a98d540
1 changed files with 1 additions and 0 deletions

View File

@ -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; )