mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-31 11:46:14 +08:00
_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.