NULL after freeing.

This commit is contained in:
Roger A. Light
2022-03-09 01:33:23 +00:00
parent 051fbadb99
commit 0deaae286e
+1
View File
@@ -177,6 +177,7 @@ void dynsec_groups__cleanup(struct dynsec__data *data)
HASH_ITER(hh, data->groups, group, group_tmp){
group__free_item(data, group);
}
data->anonymous_group = NULL;
}