layout: Add a function to get master hash

fix: Memory leak when WinOS client login
This commit is contained in:
yuanyuanxiang
2025-07-13 04:37:14 +08:00
parent 41295ca03b
commit b4c2ed236e
9 changed files with 78 additions and 49 deletions

View File

@@ -132,6 +132,8 @@ CMy2015RemoteApp* GetThisApp();
config& GetThisCfg();
std::string GetMasterHash();
#define THIS_APP GetThisApp()
#define THIS_CFG GetThisCfg()