forgot to close files
This commit was SVN r1911.
Этот коммит содержится в:
родитель
8167336e65
Коммит
850a4987c7
@ -94,6 +94,9 @@ int main(int argc, char *argv[])
|
||||
fprintf(error_out, "\n~~~~~~ Testing complete ~~~~~~ \n\n");
|
||||
|
||||
test_finalize();
|
||||
#ifndef STANDALONE
|
||||
fclose(error_out);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -147,6 +147,9 @@ int main(int argc, char **argv)
|
||||
|
||||
test_dynamic();
|
||||
test_static();
|
||||
#ifndef STANDALONE
|
||||
fclose( error_out );
|
||||
#endif
|
||||
|
||||
return test_finalize();
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user