mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-21 17:54:23 +00:00
When displaying the hottest inline function's name in place of the base symbol name, the symbol map lookup was dereferenced without checking for a missing entry, crashing in release builds. Keep the base symbol name when the inline symbol has no symbol data.