mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-02-03 05:03:10 +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.
58 KiB
58 KiB