Files
SimpleRemoter/server/2015Remote/2015RemoteDlg.cpp
yuanyuanxiang 57f1a5075f Fix: Dangling pointer when assigning _TR/_L result to LPCTSTR
_TR() and _L() return temporary CString objects. Assigning them
directly to raw pointer fields (m_ofn.lpstrTitle) causes use-after-free.
Use local CString variable to extend lifetime.
2026-01-30 16:33:34 +01:00

180 KiB