mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Only copy symbol strings, if needed.
This commit is contained in:
@@ -26,6 +26,7 @@ struct SymbolData
|
||||
{
|
||||
const char* file;
|
||||
uint32_t line;
|
||||
bool needFree;
|
||||
};
|
||||
|
||||
struct CallstackEntry
|
||||
|
||||
Reference in New Issue
Block a user