get_ui_context() upgraded

This commit is contained in:
2017-02-01 10:52:57 +01:00
parent a6eac3beb4
commit e3904b31eb
6 changed files with 43 additions and 32 deletions

View File

@@ -201,6 +201,9 @@ namespace eap
#ifdef EAP_USE_NATIVE_CREDENTIAL_CACHE
BYTE *m_blob_cred; ///< Credentials BLOB
#endif
// The following members are required to avoid memory leakage in get_ui_context()
BYTE *m_blob_ui_ctx; ///< User Interface context data
};
///