mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-23 00:24:47 +08:00
NULL after freeing.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user