client.h MonitorSync missing init of member
This commit is contained in:
@@ -295,6 +295,7 @@ struct MonitorSync::SImpl : public ClientChannel::MonitorCallback
|
||||
SImpl(epicsEvent *event)
|
||||
:ourevent(!event)
|
||||
,event(ourevent ? new epicsEvent : event)
|
||||
,hadevent(false)
|
||||
{}
|
||||
virtual ~SImpl()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user