diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-20 20:06:22 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-20 20:06:25 -0400 |
commit | b5fb246a99962b69079a6742b602d58a3f15a843 (patch) | |
tree | fe2bf37d59c323ad20ba6cb5951762d56414987b /src/common/string_util.cpp | |
parent | b1d238bbb8c7ff73f4be1511049059721e2a2404 (diff) |
telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()
Given these functions aren't intended to be used frequently, there's no
need to keep the std::string instances allocated for the whole lifetime
of the program. It's just a waste of memory.
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions