Free the prefix when destroying DaMon

This commit is contained in:
Pierre Pronchery 2016-02-07 18:47:02 +01:00
parent 5219835bba
commit edb8efe603

View File

@ -353,4 +353,5 @@ static void _damon_destroy(DaMon * damon)
}
event_delete(damon->event);
free(damon->hosts);
free(damon->prefix);
}