From b1b10b4095c4e569cfeed632c2cfa08be766a01b Mon Sep 17 00:00:00 2001 From: aunsane Date: Wed, 21 Feb 2018 00:05:54 +0300 Subject: Implement service that returns the list of available CloudFile services (#1144) --- src/mir_app/src/proto_utils.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mir_app/src/proto_utils.cpp b/src/mir_app/src/proto_utils.cpp index 41c97b9a79..586b9f330d 100644 --- a/src/mir_app/src/proto_utils.cpp +++ b/src/mir_app/src/proto_utils.cpp @@ -159,6 +159,8 @@ PROTO_INTERFACE::PROTO_INTERFACE(const char *pszModuleName, const wchar_t *ptszU m_hmiReqAuth = hReqAuth; m_hmiGrantAuth = hGrantAuth; m_hmiRevokeAuth = hRevokeAuth; + + m_hWindowList = nullptr; } PROTO_INTERFACE::~PROTO_INTERFACE() -- cgit v1.2.3