summaryrefslogtreecommitdiff
path: root/tests/Bug_3334_Regression_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_3334_Regression_Test.cpp')
-rw-r--r--tests/Bug_3334_Regression_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Bug_3334_Regression_Test.cpp b/tests/Bug_3334_Regression_Test.cpp
index f3e0ff4c815..fe348154f80 100644
--- a/tests/Bug_3334_Regression_Test.cpp
+++ b/tests/Bug_3334_Regression_Test.cpp
@@ -41,6 +41,8 @@ run_main (int, ACE_TCHAR *argv[])
ACE_TEXT ("open"),
1));
+ ACE_Service_Config::fini_svcs ();
+
ACE_END_TEST;
return status;
}