mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-31 19:53:09 +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.
180 KiB
180 KiB