Free the prefix when destroying DaMon
This commit is contained in:
parent
5219835bba
commit
edb8efe603
|
@ -353,4 +353,5 @@ static void _damon_destroy(DaMon * damon)
|
|||
}
|
||||
event_delete(damon->event);
|
||||
free(damon->hosts);
|
||||
free(damon->prefix);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user