File tree Expand file tree Collapse file tree
pvAccessJava/src/org/epics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ public static synchronized void stop() {
104104 {
105105 ChannelProviderRegistryFactory .unregisterChannelProviderFactory (factory );
106106 factory .destroySharedInstance ();
107+ factory =null ;
107108 }
108109 }
109110
@@ -148,7 +149,7 @@ public void destroy() {
148149 context .destroy ();
149150 } catch (CAException e ) {
150151 e .printStackTrace ();
151- }
152+ }
152153 }
153154 /* (non-Javadoc)
154155 * @see org.epics.pvaccess.client.ChannelProvider#channelFind(java.lang.String, org.epics.pvaccess.client.ChannelFindRequester)
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ public static synchronized void stop() {
9696 {
9797 ChannelProviderRegistryFactory .unregisterChannelProviderFactory (factory );
9898 factory .destroySharedInstance ();
99+ factory =null ;
99100 }
100101 }
101102}
You can’t perform that action at this time.
0 commit comments