| 834 | } |
| 835 | |
| 836 | void Internal::Test_Finish() |
| 837 | { |
| 838 | TestString(":TestFinish\n"); |
| 839 | |
| 840 | if (gClientPipe != NULL) |
| 841 | { |
| 842 | BfpFile_Release(gClientPipe); |
| 843 | gClientPipe = NULL; |
| 844 | } |
| 845 | } |
| 846 | |
| 847 | /// |
| 848 |
nothing calls this directly
no test coverage detected