diff --git a/src/config.c b/src/config.c index aa0e67e..cf3462d 100644 --- a/src/config.c +++ b/src/config.c @@ -76,6 +76,7 @@ void InitConfig() { new->name[0] = '\0'; new->value = malloc(sizeof(char)*255); new->value[0] = '\0'; + new->next = NULL; for (int i=0; i