From f4180cfdb95b162d36d722d37db63d2bbb91658b Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Mon, 7 Feb 2011 15:45:16 +0100 Subject: [PATCH] destruction typo --- testApp/remote/testRemoteClientImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/remote/testRemoteClientImpl.cpp b/testApp/remote/testRemoteClientImpl.cpp index 17cdd61..caac4cd 100644 --- a/testApp/remote/testRemoteClientImpl.cpp +++ b/testApp/remote/testRemoteClientImpl.cpp @@ -565,7 +565,7 @@ int main(int argc,char *argv[]) epicsThreadSleep ( 3.0 ); - ClientFactory::start(); + ClientFactory::stop(); /* printf("Destroying context... \n"); context->destroy();