Skip to content

Commit 7c3be15

Browse files
committed
Don't need to copy string.
1 parent 2796830 commit 7c3be15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Cpp/LifetimeSanitizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class LifetimeSanitizer{
131131
private:
132132
uint64_t m_token;
133133
void* m_self;
134-
std::string m_name;
134+
const char* m_name;
135135
};
136136

137137

0 commit comments

Comments
 (0)