Fix issue #79 for the last run in a configuration file.

master
Julian M. Kunkel 2018-08-30 15:10:38 +01:00
parent ba2f0330b7
commit 2d42c25f69
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}