redo conversion between DBD and pvData

This commit is contained in:
mrkraimer
2018-03-31 06:46:25 -04:00
parent 2f29aeec8d
commit 71303063a5
8 changed files with 1208 additions and 1336 deletions
+1 -1
View File
@@ -66,6 +66,7 @@ CAChannelProvider::~CAChannelProvider()
}
caChannelList.clear();
}
attachContext();
while(!channelQ.empty()) {
if(DEBUG_LEVEL>0) {
std::cout << "disconnectAllChannels calling disconnectChannel "
@@ -75,7 +76,6 @@ CAChannelProvider::~CAChannelProvider()
channelQ.front()->disconnectChannel();
channelQ.pop();
}
attachContext();
ca_flush_io();
ca_context_destroy();
}