diff --git a/testApp/remote/pvget.cpp b/testApp/remote/pvget.cpp index 5029e1c..1235ce1 100644 --- a/testApp/remote/pvget.cpp +++ b/testApp/remote/pvget.cpp @@ -607,5 +607,9 @@ int main (int argc, char *argv[]) ClientFactory::stop(); + fclose(stdin); + fclose(stdout); + fclose(stderr); + return allOK ? 0 : 1; }