closing descriptors for Jenkins

This commit is contained in:
Matej Sekoranja
2011-09-29 20:28:20 +02:00
parent 17ca4f9894
commit 179e99559b

View File

@@ -607,5 +607,9 @@ int main (int argc, char *argv[])
ClientFactory::stop();
fclose(stdin);
fclose(stdout);
fclose(stderr);
return allOK ? 0 : 1;
}