diff --git a/src/parse_options.c b/src/parse_options.c index 8e8e773..7a4c7b6 100755 --- a/src/parse_options.c +++ b/src/parse_options.c @@ -416,7 +416,7 @@ IOR_test_t *ReadConfigScript(char *scriptName) /* close the script */ if (fclose(file) != 0) ERR("fclose() of script file failed"); - AllocResults(head); + AllocResults(tail); return head; }