summaryrefslogtreecommitdiff
path: root/src/common/memory_util.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-20 20:06:22 -0400
committerLioncash <mathew1800@gmail.com>2018-08-20 20:06:25 -0400
commitb5fb246a99962b69079a6742b602d58a3f15a843 (patch)
treefe2bf37d59c323ad20ba6cb5951762d56414987b /src/common/memory_util.cpp
parentb1d238bbb8c7ff73f4be1511049059721e2a2404 (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/memory_util.cpp')
0 files changed, 0 insertions, 0 deletions