mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-01 16:08:30 +00:00
The state opens the file lazily on first use (fileline_initialize), so it must own the filename: the caller's buffer may be freed as soon as this returns. Pass a copy into backtrace_create_state.