summaryrefslogtreecommitdiff
path: root/src/utilities/util_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/util_load.c')
-rw-r--r--src/utilities/util_load.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utilities/util_load.c b/src/utilities/util_load.c
index a81d06c6866..ac18df80851 100644
--- a/src/utilities/util_load.c
+++ b/src/utilities/util_load.c
@@ -211,6 +211,8 @@ config_list_free(CONFIG_LIST *clp)
free(*entry);
free(clp->list);
clp->list = NULL;
+ clp->entry = 0;
+ clp->max_entry = 0;
}
/*