minor
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
|
||||
#include <iocsh.h>
|
||||
#include <epicsExit.h>
|
||||
#include <libComRegister.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
@ -15,5 +16,6 @@ int main(int argc, char *argv[])
|
||||
int ret = iocsh(NULL);
|
||||
gwServerShutdown();
|
||||
gwClientShutdown();
|
||||
epicsExit(ret);
|
||||
return ret;
|
||||
}
|
||||
|
@ -172,8 +172,10 @@ MonitorUser::~MonitorUser()
|
||||
void
|
||||
MonitorUser::destroy()
|
||||
{
|
||||
Guard G(entry->chan->cache->cacheLock);
|
||||
running = false;
|
||||
{
|
||||
Guard G(entry->chan->cache->cacheLock);
|
||||
running = false;
|
||||
}
|
||||
req.reset();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user