client.h MonitorSync missing init of member

This commit is contained in:
Michael Davidsaver
2018-05-30 15:46:14 -07:00
parent 44132be716
commit 794d72ba6b

View File

@@ -295,6 +295,7 @@ struct MonitorSync::SImpl : public ClientChannel::MonitorCallback
SImpl(epicsEvent *event)
:ourevent(!event)
,event(ourevent ? new epicsEvent : event)
,hadevent(false)
{}
virtual ~SImpl()
{